From: Vitaliy Ivanov Date: Wed, 22 Jun 2011 08:06:44 +0000 (+0000) Subject: net: wimax: Remove of unused 'rfkill_input' pointer X-Git-Tag: next-20110726~165^2~339 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6af9c406ceb3434281cf230938453931dcbab75;p=karo-tx-linux.git 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 Acked-by: Inaky Perez-Gonzalez Signed-off-by: David S. Miller --- 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];