diff options
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r-- | include/linux/rfkill.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index 164332cbb77c..e1ec7d9aa49c 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -52,14 +52,6 @@ enum rfkill_state { | |||
52 | RFKILL_STATE_MAX, /* marker for last valid state */ | 52 | RFKILL_STATE_MAX, /* marker for last valid state */ |
53 | }; | 53 | }; |
54 | 54 | ||
55 | /* | ||
56 | * These are DEPRECATED, drivers using them should be verified to | ||
57 | * comply with the rfkill usage guidelines in Documentation/rfkill.txt | ||
58 | * and then converted to use the new names for rfkill_state | ||
59 | */ | ||
60 | #define RFKILL_STATE_OFF RFKILL_STATE_SOFT_BLOCKED | ||
61 | #define RFKILL_STATE_ON RFKILL_STATE_UNBLOCKED | ||
62 | |||
63 | /** | 55 | /** |
64 | * struct rfkill - rfkill control structure. | 56 | * struct rfkill - rfkill control structure. |
65 | * @name: Name of the switch. | 57 | * @name: Name of the switch. |