Re: multiple definition of '__module_kernel_version' ?

Keith Owens (kaos@ocs.com.au)
Tue, 16 Nov 1999 11:43:30 +1100


Removing module.h was the wrong fix, try this instead, against stock
2.3.28.

Index: 28.6/drivers/block/ide-features.c
--- 28.6/drivers/block/ide-features.c Sat, 13 Nov 1999 18:29:43 +1100 keith (linux-2.3/m/c/51_ide-featur 1.1 644)
+++ 28.6(w)/drivers/block/ide-features.c Tue, 16 Nov 1999 11:41:53 +1100 keith (linux-2.3/m/c/51_ide-featur 1.1 644)
@@ -14,6 +14,7 @@
*/

#include <linux/config.h>
+#define __NO_VERSION__
#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>

-
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/