mirror of https://gitee.com/openkylin/linux.git
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:
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 */
|
||||
|
|
Loading…
Reference in New Issue