From: Johannes Berg Date: Wed, 10 Apr 2013 10:17:05 +0000 (+0200) Subject: backports: include to fix module version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=665c7404a37548ec0c7701f5f67d4b2ca82d0284;p=openwrt%2Fstaging%2Fblogic.git backports: include to fix module version Otherwise we may end up with MODULE_VERSION() not being defined, and then compile obviously fails. Signed-off-by: Johannes Berg --- diff --git a/backport/include/linux/compat-2.6.h b/backport/include/linux/compat-2.6.h index 3b9a2fa86c5b..f9e0e74a6db6 100644 --- a/backport/include/linux/compat-2.6.h +++ b/backport/include/linux/compat-2.6.h @@ -17,6 +17,7 @@ #include #include #include +#include /* * The define overwriting module_init is based on the original module_init