staging: ks7010: remove unused structure description
authorTobin C. Harding <me@tobin.cc>
Tue, 11 Apr 2017 23:56:49 +0000 (09:56 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Apr 2017 08:22:03 +0000 (10:22 +0200)
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>
drivers/staging/ks7010/ks7010_sdio.h

index 4956490..d1d16fa 100644 (file)
@@ -95,12 +95,6 @@ struct hw_info_t {
        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 sdio_func *func;
        struct ks_wlan_private *priv;