diff options
author | Vitaliy Ivanov <vitalivanov@gmail.com> | 2011-06-22 08:06:44 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-24 17:50:44 -0700 |
commit | c6af9c406ceb3434281cf230938453931dcbab75 (patch) | |
tree | 5b9ad8d383541dda0f48abe3349928f1dcf379f0 /include/net/wimax.h | |
parent | 6f9edc667d84f11d6455f4c2b4675fc82bf08b45 (diff) |
net: wimax: Remove of unused 'rfkill_input' pointer
Seems like this was not cleaned during the 'rfkill: rewrite' checkin
19d337dff95cbf76edd3ad95c0cee2732c3e1ec5.
Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/wimax.h')
-rw-r--r-- | include/net/wimax.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/wimax.h b/include/net/wimax.h index 7328d5019d88..322ff4fbdb4a 100644 --- a/include/net/wimax.h +++ b/include/net/wimax.h @@ -423,7 +423,6 @@ struct wimax_dev { int (*op_reset)(struct wimax_dev *wimax_dev); struct rfkill *rfkill; - struct input_dev *rfkill_input; unsigned rf_hw; unsigned rf_sw; char name[32]; |