Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 241d9bb3 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent d1e3e574
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
};