aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/wimax.h
diff options
context:
space:
mode:
authorVitaliy Ivanov <vitalivanov@gmail.com>2011-06-22 08:06:44 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-24 17:50:44 -0700
commitc6af9c406ceb3434281cf230938453931dcbab75 (patch)
tree5b9ad8d383541dda0f48abe3349928f1dcf379f0 /include/net/wimax.h
parentnet: Kill unuseful net/TUNABLE doc in kernel source (diff)
downloadlinux-dev-c6af9c406ceb3434281cf230938453931dcbab75.tar.xz
linux-dev-c6af9c406ceb3434281cf230938453931dcbab75.zip
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.h1
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];