patch-2.3.16 linux/include/asm-m68k/init.h

Next file: linux/include/asm-mips/init.h
Previous file: linux/include/asm-m68k/hwtest.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/include/asm-m68k/init.h linux/include/asm-m68k/init.h
@@ -7,9 +7,6 @@
 
 #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
@@ -25,7 +22,6 @@
 	
 #define __init
 #define __initdata
-#define __initfunc(__arginit) __arginit
 /* For assembly routines */
 #define __INIT
 #define __FINIT

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)