summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2016-06-24 02:40:02 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 17:19:35 -0300
commit241d9bb3427e1d074daa864a65730412b9a47a39 (patch)
tree0202dcff0c4356a39e9ebd7d01e91766ebd72059
parentd1e3e574d545cf25b968fab36f6b53b6d3fea13a (diff)
downloadlinux-241d9bb3427e1d074daa864a65730412b9a47a39.tar.bz2
[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: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/rc/nuvoton-cir.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h
index 65324ef2f5c4..acf735fc7170 100644
--- a/drivers/media/rc/nuvoton-cir.h
+++ b/drivers/media/rc/nuvoton-cir.h
@@ -111,12 +111,8 @@ struct nvt_dev {
u8 chip_minor;
/* hardware features */
- bool hw_learning_capable;
bool hw_tx_capable;
- /* rx settings */
- bool learning_enabled;
-
/* carrier period = 1 / frequency */
u32 carrier;
};