mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 17:39:23 -04:00
staging: ks7010: Remove unused 'struct hostif_mib_set_confirm_t'.
'struct hostif_mib_set_confirm_t' is not used in this driver. Remove 'struct hostif_mib_set_confirm_t'. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2acaf99930
commit
f186f3c61e
@@ -168,12 +168,6 @@ struct hostif_mib_set_request_t {
|
||||
struct hostif_mib_value mib_value;
|
||||
} __packed;
|
||||
|
||||
struct hostif_mib_set_confirm_t {
|
||||
struct hostif_hdr header;
|
||||
__le32 mib_status;
|
||||
__le32 mib_attribute;
|
||||
} __packed;
|
||||
|
||||
struct hostif_power_mgmt_request_t {
|
||||
struct hostif_hdr header;
|
||||
__le32 mode;
|
||||
|
||||
Reference in New Issue
Block a user