]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ks7010: Remove unused 'struct hostif_data_indication_t'.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 31 Mar 2018 06:07:46 +0000 (23:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:15:15 +0000 (14:15 +0200)
'struct hostif_data_indication_t' is not used in this driver. Remove
'struct hostif_data_indication_t'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h

index 187444533b4f93eadc4af0a773f5246f1590dfa3..fb789fd4f1abd99d4880280f5d710cb10c071c8f 100644 (file)
@@ -76,16 +76,9 @@ struct hostif_data_request {
        u8 data[0];
 } __packed;
 
-struct hostif_data_indication_t {
-       struct hostif_hdr header;
-       __le16 auth_type;
-/* #define TYPE_DATA 0x0000 */
 #define TYPE_PMK1 0x0001
 #define TYPE_GMK1 0x0002
 #define TYPE_GMK2 0x0003
-       __le16 reserved;
-       u8 data[0];
-} __packed;
 
 #define CHANNEL_LIST_MAX_SIZE 14
 struct channel_list_t {