Commit 43f82a6a authored by Ana Rey's avatar Ana Rey Committed by Greg Kroah-Hartman

staging: rtl8187se: Delete typedef _ThreeWire

The Documentation/CodingStyle doesn't recommend the use of typedef, and
The typedef _ThreeWire is not used in the driver. I delete it.
Signed-off-by: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a983c95f
......@@ -152,21 +152,6 @@ typedef union _AC_PARAM {
* } ThreeWireReg;
*/
typedef union _ThreeWire {
struct _ThreeWireStruc {
u16 data:1;
u16 clk:1;
u16 enableB:1;
u16 read_write:1;
u16 resv1:12;
/* u2Byte resv2:14; */
/* u2Byte ThreeWireEnable:1; */
/* u2Byte resv3:1; */
} struc;
u16 longData;
} ThreeWireReg;
struct buffer {
struct buffer *next;
u32 *buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment