Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- scripts/gen-compat-autoconf.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/gen-compat-autoconf.sh b/scripts/gen-compat-autoconf.sh index c7bdd38..3b49565 100755 --- a/scripts/gen-compat-autoconf.sh +++ b/scripts/gen-compat-autoconf.sh @@ -130,14 +130,13 @@ function kernel_version_req { } cat <<EOF -#ifndef COMPAT_AUTOCONF_INCLUDED -#define COMPAT_AUTOCONF_INCLUDED /* * Automatically generated C config: don't edit * $DATE * compat-wireless-2.6: $CREL * linux-2.6: $KREL */ +#include <linux/version.h> #define COMPAT_RELEASE "$CREL" #define COMPAT_KERNEL_RELEASE "$KREL" EOF @@ -201,4 +200,3 @@ if [ -f $KLIB_BUILD/Makefile ]; then rm -f $MULT_DEP_FILE fi fi -echo "#endif /* COMPAT_AUTOCONF_INCLUDED */" -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html