mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 08:39:08 -04:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
dd35450691
commit
112902fc14
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user