From: Michael Straube Date: Sun, 5 Dec 2021 17:13:34 +0000 (+0100) Subject: staging: r8188eu: struct odm_mac_status_info is not used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2d91168a38a746d89d8394a763b11143faf9d29b;p=linux.git staging: r8188eu: struct odm_mac_status_info is not used The structure odm_mac_status_info is not used. Remove it. Signed-off-by: Michael Straube Link: https://lore.kernel.org/r/20211205171342.20551-3-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/odm.h b/drivers/staging/r8188eu/include/odm.h index df232867eac8c..f83b94a74b70e 100644 --- a/drivers/staging/r8188eu/include/odm.h +++ b/drivers/staging/r8188eu/include/odm.h @@ -176,10 +176,6 @@ struct odm_per_pkt_info { bool bPacketBeacon; }; -struct odm_mac_status_info { - u8 test; -}; - enum odm_ability { /* BB Team */ ODM_DIG = 0x00000001,