From: Quytelda Kahja Date: Sat, 31 Mar 2018 06:08:10 +0000 (-0700) Subject: staging: ks7010: Remove unused 'struct hostif_stop_confirm_t'. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d087033c41a300c5cf1153d03711f15b8dbf9677;p=openwrt%2Fstaging%2Fblogic.git staging: ks7010: Remove unused 'struct hostif_stop_confirm_t'. 'struct hostif_stop_confirm_t' is not used in this driver. Remove 'struct hostif_stop_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 39402e441d92..edf8dfa8679a 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -302,11 +302,6 @@ struct hostif_stop_request { struct hostif_hdr header; } __packed; -struct hostif_stop_confirm_t { - struct hostif_hdr header; - __le16 result_code; -} __packed; - #define D_11B_ONLY_MODE 0 #define D_11G_ONLY_MODE 1 #define D_11BG_COMPATIBLE_MODE 2