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

Commit 242833fb authored by Dennis Dalessandro's avatar Dennis Dalessandro Committed by Doug Ledford
Browse files

IB/hfi1: Remove unused variable from devdata



We no longer use an error tasklet. Remove it from the hfi1_devdata
structure.

Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent ca00c62b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1061,8 +1061,6 @@ struct hfi1_devdata {
	u8 psxmitwait_supported;
	/* cycle length of PS* counters in HW (in picoseconds) */
	u16 psxmitwait_check_rate;
	/* high volume overflow errors deferred to tasklet */
	struct tasklet_struct error_tasklet;

	/* MSI-X information */
	struct hfi1_msix_entry *msix_entries;