Skip to content

Commit

Permalink
net: wimax: Remove of unused 'rfkill_input' pointer
Browse files Browse the repository at this point in the history
Seems like this was not cleaned during the 'rfkill: rewrite' checkin
19d337d.

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>
  • Loading branch information
Vitaliy Ivanov authored and David S. Miller committed Jun 25, 2011
1 parent 6f9edc6 commit c6af9c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/wimax.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit c6af9c4

Please sign in to comment.