From: Ajay Singh Date: Tue, 25 Sep 2018 06:23:29 +0000 (+0530) Subject: staging: wilc1000: remove unused wid type values X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d7f5702280304c98a308c58a3b2ba591c4c0e56;p=linux.git staging: wilc1000: remove unused wid type values Cleanup patch to remove the wid type not used in the code. Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index b81a73b9bd67e..ce2066b742879 100644 --- a/drivers/staging/wilc1000/wilc_wlan_if.h +++ b/drivers/staging/wilc1000/wilc_wlan_if.h @@ -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 {