From 665c7404a37548ec0c7701f5f67d4b2ca82d0284 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 10 Apr 2013 12:17:05 +0200 Subject: [PATCH] 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 --- backport/include/linux/compat-2.6.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2