blob: d5253063ce94f54faa73be072f617e776e3c4fa5 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/backport-include/linux/rfkill.h
2+++ b/backport-include/linux/rfkill.h
3@@ -2,6 +2,12 @@
4 #define __COMPAT_RFKILL_H
5 #include <linux/version.h>
6
7+#undef CONFIG_RFKILL
8+#undef CONFIG_RFKILL_FULL
9+#undef CONFIG_RFKILL_LEDS
10+#undef CONFIG_RFKILL_MODULE
11+#undef CONFIG_RFKILL_FULL_MODULE
12+
13 #if LINUX_VERSION_IS_GEQ(3,10,0)
14 #include_next <linux/rfkill.h>
15 #else