staging: wilc1000: remove unused wid type values
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:29 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
Cleanup patch to remove the wid type not used in the code.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan_if.h

index b81a73b..ce2066b 100644 (file)
@@ -204,10 +204,6 @@ enum wid_type {
        WID_STR                 = 3,
        WID_BIN_DATA            = 4,
        WID_BIN                 = 5,
-       WID_IP                  = 6,
-       WID_ADR                 = 7,
-       WID_UNDEF               = 8,
-       WID_TYPE_FORCE_32BIT    = 0xFFFFFFFF
 };
 
 struct wid {