diff options
Diffstat (limited to 'include/asm-x86/sections_32.h')
-rw-r--r-- | include/asm-x86/sections_32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/sections_32.h b/include/asm-x86/sections_32.h new file mode 100644 index 00000000000..2dcbb92918b --- /dev/null +++ b/include/asm-x86/sections_32.h @@ -0,0 +1,7 @@ +#ifndef _I386_SECTIONS_H +#define _I386_SECTIONS_H + +/* nothing to see, move along */ +#include <asm-generic/sections.h> + +#endif |