You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
14 lines
319 B
12 years ago
|
--- a/backport-include/linux/rfkill.h
|
||
|
+++ b/backport-include/linux/rfkill.h
|
||
12 years ago
|
@@ -2,6 +2,10 @@
|
||
|
#define __COMPAT_RFKILL_H
|
||
|
#include <linux/version.h>
|
||
12 years ago
|
|
||
|
+#undef CONFIG_RFKILL
|
||
|
+#undef CONFIG_RFKILL_LEDS
|
||
|
+#undef CONFIG_RFKILL_MODULE
|
||
|
+
|
||
12 years ago
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
|
||
|
#include_next <linux/rfkill.h>
|
||
|
#else
|