Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
 */