staging: ks7010: remove unused structure description
Driver SDIO header describes a structure that is never used. It can be safely removed. Remove unused structure description. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf10e78e1b
commit
d2729c6e94
@ -95,12 +95,6 @@ struct hw_info_t {
|
|||||||
struct tasklet_struct rx_bh_task;
|
struct tasklet_struct rx_bh_task;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ks_sdio_packet {
|
|
||||||
struct ks_sdio_packet *next;
|
|
||||||
u16 nb;
|
|
||||||
u8 buffer[0] __aligned(4);
|
|
||||||
};
|
|
||||||
|
|
||||||
struct ks_sdio_card {
|
struct ks_sdio_card {
|
||||||
struct sdio_func *func;
|
struct sdio_func *func;
|
||||||
struct ks_wlan_private *priv;
|
struct ks_wlan_private *priv;
|
||||||
|
Loading…
Reference in New Issue
Block a user