Message ID | b511c7e41f8cc72bf504ac2f1c89a19981b97370.1613989288.git.sean@mess.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: ite-cir driver cleanups | expand |
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 */
These fields are not referenced anywhere. Signed-off-by: Sean Young <sean@mess.org> --- drivers/media/rc/ite-cir.h | 2 -- 1 file changed, 2 deletions(-)