From: Heiner Kallweit Date: Fri, 24 Jun 2016 05:40:02 +0000 (-0300) Subject: [media] media: rc: nuvoton: remove two unused elements in struct nvt_dev X-Git-Tag: v4.8-rc1~152^2~124 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=241d9bb3427e1d074daa864a65730412b9a47a39;p=karo-tx-linux.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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; };