Browse Source

[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>
Heiner Kallweit 9 years ago
parent
commit
241d9bb342
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/media/rc/nuvoton-cir.h

+ 0 - 4
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;
 };