Commit f4455942 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 92c1552c
......@@ -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
*/
......
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