From: Quytelda Kahja Date: Sat, 31 Mar 2018 06:08:28 +0000 (-0700) Subject: staging: ks7010: Remove unused 'struct hostif_sleep_confirm_t'. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ecd9ae900d1cdab6adcccf1b5cc07beabc1752cb;p=linux.git staging: ks7010: Remove unused 'struct hostif_sleep_confirm_t'. 'struct hostif_sleep_confirm_t' is not used in this driver. Remove 'struct hostif_sleep_confirm_t'. Signed-off-by: Quytelda Kahja Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 56a9839107871..3b001aa5e8c49 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -428,11 +428,6 @@ struct hostif_sleep_request { struct hostif_hdr header; } __packed; -struct hostif_sleep_confirm_t { - struct hostif_hdr header; - __le16 result_code; -} __packed; - struct hostif_mic_failure_request_t { struct hostif_hdr header; __le16 failure_count;