![]() | |||||||||||||
Messages in this thread Patch in this message |
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/ | ||||||||||||
| Last update: 2005-03-22 12:56 [W:0.035 / U:0.080 seconds] ©2003-2008 Jasper Spaans | |||||||||||||