patch-2.3.26 linux/include/linux/init.h
Next file: linux/include/linux/joystick.h
Previous file: linux/include/linux/ide.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Tue Nov  2 21:38:54 1999
-  Orig file: 
v2.3.25/linux/include/linux/init.h
-  Orig date: 
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.25/linux/include/linux/init.h linux/include/linux/init.h
@@ -103,6 +103,8 @@
 #define module_exit(x)	void cleanup_module(void) { x(); }
 #endif
 
+#define __setup(str,func) /* nothing */
+
 #endif
 
 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
@@ -111,4 +113,4 @@
 #define __initlocaldata
 #endif
 
-#endif
+#endif /* _LINUX_INIT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)