staging: wilc1000: remove unused struct cfg_param_t
authorLeo Kim <leo.kim@atmel.com>
Mon, 12 Oct 2015 07:55:57 +0000 (16:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000 (20:58 -0700)
This patch removes unused the struct cfg_param_t.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.h

index 20fd876816ef44b514edf57fc9e77a2d0f73d4af..c3379ecb1b974ab5150870bdaed9ea4eaec9b78b 100644 (file)
 #define SCAN_EVENT_DONE_ABORTED
 #define NUM_CONCURRENT_IFC                     2
 
-typedef struct {
-       u16 cfg_wid;
-       enum WID_TYPE cfg_type;
-       s8     *pu8Para;
-} cfg_param_t;
-
 typedef struct _tstrStatistics {
        u8 u8LinkSpeed;
        s8 s8RSSI;