]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ks7010: remove duplicated ks_wlan_handler_def declaration
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Tue, 24 Apr 2018 13:50:01 +0000 (15:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:50:19 +0000 (15:50 +0200)
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>
drivers/staging/ks7010/ks_wlan_net.c

index a9fdf25b45c0bd306c8eaad5e2091a38fe43c9fc..81d66ac898c67fe00f84386225f745c28ad2d652 100644 (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
  */