backports: include <linux/module.h> to fix module version
authorJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 10:17:05 +0000 (12:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 10:17:05 +0000 (12:17 +0200)
Otherwise we may end up with MODULE_VERSION() not being
defined, and then compile obviously fails.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/include/linux/compat-2.6.h

index 3b9a2fa86c5b80b7495abe8c00d1ef1eb3fa2008..f9e0e74a6db60dece81969f9c583ec0d289ad39b 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/compat_autoconf.h>
 #include <linux/init.h>
 #include <linux/uidgid.h>
+#include <linux/module.h>
 
 /*
  * The define overwriting module_init is based on the original module_init