diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rfkill.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index e1ec7d9aa49c..de18ef227e00 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -58,9 +58,6 @@ enum rfkill_state { | |||
58 | * @type: Radio type which the button controls, the value stored | 58 | * @type: Radio type which the button controls, the value stored |
59 | * here should be a value from enum rfkill_type. | 59 | * here should be a value from enum rfkill_type. |
60 | * @state: State of the switch, "UNBLOCKED" means radio can operate. | 60 | * @state: State of the switch, "UNBLOCKED" means radio can operate. |
61 | * @user_claim_unsupported: Whether the hardware supports exclusive | ||
62 | * RF-kill control by userspace. Set this before registering. | ||
63 | * @user_claim: Set when the switch is controlled exlusively by userspace. | ||
64 | * @mutex: Guards switch state transitions. It serializes callbacks | 61 | * @mutex: Guards switch state transitions. It serializes callbacks |
65 | * and also protects the state. | 62 | * and also protects the state. |
66 | * @data: Pointer to the RF button drivers private data which will be | 63 | * @data: Pointer to the RF button drivers private data which will be |
@@ -83,9 +80,6 @@ struct rfkill { | |||
83 | const char *name; | 80 | const char *name; |
84 | enum rfkill_type type; | 81 | enum rfkill_type type; |
85 | 82 | ||
86 | bool user_claim_unsupported; | ||
87 | bool user_claim; | ||
88 | |||
89 | /* the mutex serializes callbacks and also protects | 83 | /* the mutex serializes callbacks and also protects |
90 | * the state */ | 84 | * the state */ |
91 | struct mutex mutex; | 85 | struct mutex mutex; |