diff options
Diffstat (limited to 'include/asm-x86/sections.h')
-rw-r--r-- | include/asm-x86/sections.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/sections.h b/include/asm-x86/sections.h index ae6c69d..2b8c516 100644 --- a/include/asm-x86/sections.h +++ b/include/asm-x86/sections.h @@ -1,5 +1 @@ -#ifdef CONFIG_X86_32 -# include "sections_32.h" -#else -# include "sections_64.h" -#endif +#include <asm-generic/sections.h> |