From: Johannes Berg Date: Tue, 2 Apr 2013 11:54:35 +0000 (+0200) Subject: fix rfkill backport version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=54040b9283cac95f17211ed0c91722235b62d877;p=openwrt%2Fstaging%2Fblogic.git fix rfkill backport version The API changes were only done in kernel 2.6.32. Signed-off-by: Johannes Berg --- diff --git a/compat/include/linux/rfkill.h b/compat/include/linux/rfkill.h index a67e13ee781d..1666cdb39734 100644 --- a/compat/include/linux/rfkill.h +++ b/compat/include/linux/rfkill.h @@ -1,7 +1,7 @@ #ifndef __COMPAT_RFKILL_H #define __COMPAT_RFKILL_H -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)) +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)) #include_next #else #include