提交 dd102c75 编写于 作者: J Johannes Stezenbach 提交者: Linus Torvalds

[PATCH] dvb: tda1004x: dont use bitfields

use simple u8 instead of bitfields (Andreas Oberritter)
Signed-off-by: NJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 77b3bd0c
......@@ -32,10 +32,10 @@ struct tda1004x_config
u8 demod_address;
/* does the "inversion" need inverted? */
u8 invert:1;
u8 invert;
/* Does the OCLK signal need inverted? */
u8 invert_oclk:1;
u8 invert_oclk;
/* PLL maintenance */
int (*pll_init)(struct dvb_frontend* fe);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册