Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f46c4bd1 authored by Dan Williams's avatar Dan Williams Committed by Tejun Heo
Browse files

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: default avatarDan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent a6b7fb76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */