Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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;