ahci: kill 'intr_status'
authorDan Williams <dan.j.williams@intel.com>
Thu, 12 Nov 2015 00:37:12 +0000 (16:37 -0800)
committerTejun Heo <tj@kernel.org>
Mon, 16 Nov 2015 16:30:12 +0000 (11:30 -0500)
This field in achi_port_priv was only used to support threaded
interrupts.  Now that we are hardirq only it can be deleted.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci.h

index 9e60c50b2103d11d1ff5e4f98cdd24a39ebd6760..878470f9c3e2c4b22b2b48bf369d229ab8b528ab 100644 (file)
@@ -309,7 +309,6 @@ struct ahci_port_priv {
        unsigned int            ncq_saw_d2h:1;
        unsigned int            ncq_saw_dmas:1;
        unsigned int            ncq_saw_sdb:1;
-       atomic_t                intr_status;    /* interrupts to handle */
        spinlock_t              lock;           /* protects parent ata_port */
        u32                     intr_mask;      /* interrupts to enable */
        bool                    fbs_supported;  /* set iff FBS is supported */