提交 241d9bb3 编写于 作者: H Heiner Kallweit 提交者: Mauro Carvalho Chehab

[media] media: rc: nuvoton: remove two unused elements in struct nvt_dev

These two fields are not used and can be removed.
Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 d1e3e574
...@@ -111,12 +111,8 @@ struct nvt_dev { ...@@ -111,12 +111,8 @@ struct nvt_dev {
u8 chip_minor; u8 chip_minor;
/* hardware features */ /* hardware features */
bool hw_learning_capable;
bool hw_tx_capable; bool hw_tx_capable;
/* rx settings */
bool learning_enabled;
/* carrier period = 1 / frequency */ /* carrier period = 1 / frequency */
u32 carrier; u32 carrier;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册