Fix for linux/init.h

From: Pavel Machek (pavel@suse.cz)
Date: Fri Jan 28 2000 - 04:28:32 EST


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@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@linmodems.org

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



This archive was generated by hypermail 2b29 : Mon Jan 31 2000 - 21:00:20 EST