diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-12-10 11:48:48 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 14:45:25 -0500 |
commit | 4dec9b807be757780ca3611a959ac22c28d292a7 (patch) | |
tree | 10186b2cbdf6930c563917ba40c5f63b014ed45f /include/linux | |
parent | 6fb532527e2592f82ec07508df2e44f6c7ceff12 (diff) |
rfkill: strip pointless notifier chain
No users, so no reason to have it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rfkill.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index f376a93927f7..164332cbb77c 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -149,11 +149,4 @@ static inline char *rfkill_get_led_name(struct rfkill *rfkill) | |||
149 | #endif | 149 | #endif |
150 | } | 150 | } |
151 | 151 | ||
152 | /* rfkill notification chain */ | ||
153 | #define RFKILL_STATE_CHANGED 0x0001 /* state of a normal rfkill | ||
154 | switch has changed */ | ||
155 | |||
156 | int register_rfkill_notifier(struct notifier_block *nb); | ||
157 | int unregister_rfkill_notifier(struct notifier_block *nb); | ||
158 | |||
159 | #endif /* RFKILL_H */ | 152 | #endif /* RFKILL_H */ |