fix rfkill backport version
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:54:35 +0000 (13:54 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:56:23 +0000 (13:56 +0200)
The API changes were only done in kernel 2.6.32.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
compat/include/linux/rfkill.h

index a67e13ee781d9938d80993a12e4156f12c9bd13a..1666cdb39734bd568b52972db4c0dbeded68726e 100644 (file)
@@ -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 <linux/rfkill.h>
 #else
 #include <linux/rfkill_backport.h>