net: wimax: Remove of unused 'rfkill_input' pointer

Seems like this was not cleaned during the 'rfkill: rewrite' checkin
19d337dff9.

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>
This commit is contained in:
Vitaliy Ivanov 2011-06-22 08:06:44 +00:00 committed by David S. Miller
parent 6f9edc667d
commit c6af9c406c
1 changed files with 0 additions and 1 deletions

View File

@ -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];