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
- Lines: 18
- Date:
Thu Aug 26 14:20:51 1999
- Orig file:
v2.3.15/linux/include/asm-m68k/init.h
- Orig date:
Tue Jan 19 10:58:34 1999
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)