mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
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:
committed by
Greg Kroah-Hartman
parent
92c1552cae
commit
f445594240
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user