b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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 |