Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ahci: kill 'intr_status'

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>

authored by

Dan Williams and committed by
Tejun Heo
f46c4bd1 a6b7fb76

-1
-1
drivers/ata/ahci.h
··· 309 309 unsigned int ncq_saw_d2h:1; 310 310 unsigned int ncq_saw_dmas:1; 311 311 unsigned int ncq_saw_sdb:1; 312 - atomic_t intr_status; /* interrupts to handle */ 313 312 spinlock_t lock; /* protects parent ata_port */ 314 313 u32 intr_mask; /* interrupts to enable */ 315 314 bool fbs_supported; /* set iff FBS is supported */