summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-24 15:50:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-25 15:50:19 +0200
commitf445594240fb18a43aebed7f0ce917c09e9dd87a (patch)
tree1c68091b0ba7cff37555510a177466ac34b3bb9e /drivers/staging/ks7010/ks_wlan_net.c
parent92c1552caef3661f049c4e967550e933599e2663 (diff)
downloadlinux-stable-f445594240fb18a43aebed7f0ce917c09e9dd87a.tar.gz
linux-stable-f445594240fb18a43aebed7f0ce917c09e9dd87a.tar.bz2
linux-stable-f445594240fb18a43aebed7f0ce917c09e9dd87a.zip
staging: ks7010: remove duplicated ks_wlan_handler_def declaration
This declaration is declared twice so just remove this one because the other one is the one which contains static struct initializers. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_wlan_net.c')
-rw-r--r--drivers/staging/ks7010/ks_wlan_net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/ks7010/ks_wlan_net.c b/drivers/staging/ks7010/ks_wlan_net.c
index a9fdf25b45c0..81d66ac898c6 100644
--- a/drivers/staging/ks7010/ks_wlan_net.c
+++ b/drivers/staging/ks7010/ks_wlan_net.c
@@ -43,9 +43,6 @@ struct wep_key {
u8 key[16]; /* 40-bit and 104-bit keys */
};
-/* List of Wireless Handlers (new API) */
-static const struct iw_handler_def ks_wlan_handler_def;
-
/*
* function prototypes
*/