diff options
Diffstat (limited to 'include/asm-x86/fixmap.h')
| -rw-r--r-- | include/asm-x86/fixmap.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-x86/fixmap.h b/include/asm-x86/fixmap.h deleted file mode 100644 index 5bd206973dc..00000000000 --- a/include/asm-x86/fixmap.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _ASM_FIXMAP_H -#define _ASM_FIXMAP_H - -#ifdef CONFIG_X86_32 -# include "fixmap_32.h" -#else -# include "fixmap_64.h" -#endif - -#define clear_fixmap(idx) \ - __set_fixmap(idx, 0, __pgprot(0)) - -#endif |
