staging: r8188eu: remove struct reg_protocol_rd
authorMartin Kaiser <martin@kaiser.cx>
Wed, 11 Jan 2023 19:56:30 +0000 (20:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jan 2023 18:37:27 +0000 (19:37 +0100)
Remove struct reg_protocol_rd. It's not used in the r8188eu driver.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230111195640.306748-11-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtw_io.h

index 4800c82497213004760e4041438323509c22ad11..858fd9cbb57a9afcf04e4a88a7340c50367c4e20 100644 (file)
@@ -102,49 +102,6 @@ struct     intf_hdl {
        struct dvobj_priv *pintf_dev;
 };
 
-struct reg_protocol_rd {
-#ifdef __LITTLE_ENDIAN
-       /* DW1 */
-       u32             NumOfTrans:4;
-       u32             Reserved1:4;
-       u32             Reserved2:24;
-       /* DW2 */
-       u32             ByteCount:7;
-       u32             WriteEnable:1;          /* 0:read, 1:write */
-       u32             FixOrContinuous:1;      /* 0:continuous, 1: Fix */
-       u32             BurstMode:1;
-       u32             Byte1Access:1;
-       u32             Byte2Access:1;
-       u32             Byte4Access:1;
-       u32             Reserved3:3;
-       u32             Reserved4:16;
-       /* DW3 */
-       u32             BusAddress;
-       /* DW4 */
-       /* u32          Value; */
-#else
-/* DW1 */
-       u32 Reserved1:4;
-       u32 NumOfTrans:4;
-       u32 Reserved2:24;
-       /* DW2 */
-       u32 WriteEnable:1;
-       u32 ByteCount:7;
-       u32 Reserved3:3;
-       u32 Byte4Access:1;
-
-       u32 Byte2Access:1;
-       u32 Byte1Access:1;
-       u32 BurstMode:1;
-       u32 FixOrContinuous:1;
-       u32 Reserved4:16;
-       /* DW3 */
-       u32     BusAddress;
-
-       /* DW4 */
-#endif
-};
-
 struct reg_protocol_wt {
 #ifdef __LITTLE_ENDIAN
        /* DW1 */