change rfkill backport for RFKILL_TYPE_FM
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:56:41 +0000 (13:56 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:56:41 +0000 (13:56 +0200)
RFKILL_TYPE_FM was only added in kernel 2.6.33.

Maybe we should just always add rfkill?

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

index 1666cdb39734bd568b52972db4c0dbeded68726e..da236b26e6680b2340a1231f613d12275cb7e62d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __COMPAT_RFKILL_H
 #define __COMPAT_RFKILL_H
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
 #include_next <linux/rfkill.h>
 #else
 #include <linux/rfkill_backport.h>