提交 43f82a6a 编写于 作者: A Ana Rey 提交者: 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: NAna Rey <anarey@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册