diff options
Diffstat (limited to 'include/asm-i386/init.h')
-rw-r--r-- | include/asm-i386/init.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/include/asm-i386/init.h b/include/asm-i386/init.h index 7618c0054..17d215574 100644 --- a/include/asm-i386/init.h +++ b/include/asm-i386/init.h @@ -1,17 +1 @@ -#ifndef _I386_INIT_H -#define _I386_INIT_H - -#define __init __attribute__ ((__section__ (".text.init"))) -#define __initdata __attribute__ ((__section__ (".data.init"))) -#define __initfunc(__arginit) \ - __arginit __init; \ - __arginit -/* For assembly routines */ -#define __INIT .section ".text.init",#alloc,#execinstr -#define __FINIT .previous -#define __INITDATA .section ".data.init",#alloc,#write - -#define __cacheline_aligned __attribute__ \ - ((__section__ (".data.cacheline_aligned"))) - -#endif +#error "<asm/init.h> should never be used - use <linux/init.h> instead" |