]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
media: ite-cir: remove unused fields
authorSean Young <sean@mess.org>
Sun, 21 Feb 2021 10:05:12 +0000 (11:05 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 11 Mar 2021 10:59:40 +0000 (11:59 +0100)
These fields are not referenced anywhere.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/ite-cir.h

index 4954470448a713968e3d38c04fdee6af93ba6f89..dfdc26ba976c8a807d91914ff13b9d93e571ff49 100644 (file)
@@ -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 */