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/