projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b2bc7
)
backports: include <linux/module.h> to fix module version
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 10 Apr 2013 10:17:05 +0000
(12:17 +0200)
committer
Johannes 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
patch
|
blob
|
history
diff --git
a/backport/include/linux/compat-2.6.h
b/backport/include/linux/compat-2.6.h
index 3b9a2fa86c5b80b7495abe8c00d1ef1eb3fa2008..f9e0e74a6db60dece81969f9c583ec0d289ad39b 100644
(file)
--- a/
backport/include/linux/compat-2.6.h
+++ b/
backport/include/linux/compat-2.6.h
@@
-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