Commit c6af9c40 authored by Vitaliy Ivanov's avatar Vitaliy Ivanov Committed by David S. Miller

net: wimax: Remove of unused 'rfkill_input' pointer

Seems like this was not cleaned during the 'rfkill: rewrite' checkin
19d337df.
Signed-off-by: default avatarVitaliy Ivanov <vitalivanov@gmail.com>
Acked-by: default avatarInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f9edc66
...@@ -423,7 +423,6 @@ struct wimax_dev { ...@@ -423,7 +423,6 @@ struct wimax_dev {
int (*op_reset)(struct wimax_dev *wimax_dev); int (*op_reset)(struct wimax_dev *wimax_dev);
struct rfkill *rfkill; struct rfkill *rfkill;
struct input_dev *rfkill_input;
unsigned rf_hw; unsigned rf_hw;
unsigned rf_sw; unsigned rf_sw;
char name[32]; char name[32];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment