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>
This commit is contained in:
Sergio Paracuellos
2018-04-24 15:50:01 +02:00
committed by Greg Kroah-Hartman
parent 92c1552cae
commit f445594240

View File

@@ -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
*/