projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e3e57
)
[media] media: rc: nuvoton: remove two unused elements in struct nvt_dev
author
Heiner Kallweit
<hkallweit1@gmail.com>
Fri, 24 Jun 2016 05:40:02 +0000
(
02:40
-0300)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Fri, 8 Jul 2016 20:19:35 +0000
(17:19 -0300)
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>
drivers/media/rc/nuvoton-cir.h
patch
|
blob
|
history
diff --git
a/drivers/media/rc/nuvoton-cir.h
b/drivers/media/rc/nuvoton-cir.h
index 65324ef2f5c45ff5f13eaa981ca78753583c5b63..acf735fc71708f48524ca7ed3b676a1467f5a16e 100644
(file)
--- 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;
};