Fix for linux/init.h

Pavel Machek pavel en suse.cz
Vie Ene 28 04:58:22 CST 2000


Hi!

Initcall macro has one argument, therefore, to ignore it, macro with
one argument has to be used. This is bugfix.
								Pavel

--- clean/include/linux/init.h	Fri Jan 21 13:39:36 2000
+++ linux/include/linux/init.h	Fri Jan 28 10:25:25 2000
@@ -90,7 +90,7 @@
 #define __exit
 #define __initdata
 #define __exitdata
-#define __initcall
+#define __initcall(fn)
 /* For assembly routines */
 #define __INIT
 #define __FINIT

-- 
I'm pavel en ucw.cz. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents me at discuss en linmodems.org

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



Más información sobre la lista de distribución Ayuda