Messages in this thread |  | | | Date | Tue, 05 Jun 2001 10:32:41 -0700 | | From | Stephen Wille Padnos <> | | Subject | Re: Exporting new functions from kernel 2.2.14 |
| |
Well, my rebuild kernel / reboot / recompile module just finished.
Unfortunately, the printk warning was still there.
I replaced the unconditional #define MODVERSIONS with #include <linux/config.h> #ifdef CONFIG_MODVERSIONS #define MODVERSIONS #include <linux/modversions.h> #endif
this is at the top of my source file. (before module.h and linux.h)
(as seen somewhere on the web) and it compiles without warnings now.
Now all I need is some info on module oparameters and using /proc :)
Thanks again. - Steve
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |