diff options
author | Sean Young <sean@mess.org> | 2021-02-21 13:05:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-11 13:59:40 +0300 |
commit | 112902fc14518732d9c41be2e7e971aabcd31a2d (patch) | |
tree | 36ed3a2a4f0827b693485058f7c6a1529b82b104 /drivers/media/rc/ite-cir.h | |
parent | dd354506911a4aaa81aa09f4769268cb14b37cbe (diff) | |
download | linux-112902fc14518732d9c41be2e7e971aabcd31a2d.tar.xz |
media: ite-cir: remove unused fields
These fields are not referenced anywhere.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc/ite-cir.h')
-rw-r--r-- | drivers/media/rc/ite-cir.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/rc/ite-cir.h b/drivers/media/rc/ite-cir.h index 4954470448a7..dfdc26ba976c 100644 --- a/drivers/media/rc/ite-cir.h +++ b/drivers/media/rc/ite-cir.h @@ -111,14 +111,12 @@ struct ite_dev_params { struct ite_dev { struct pnp_dev *pdev; struct rc_dev *rdev; - struct ir_raw_event rawir; /* sync data */ spinlock_t lock; bool in_use, transmitting; /* transmit support */ - int tx_fifo_allowance; wait_queue_head_t tx_queue, tx_ended; /* hardware I/O settings */ |