projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca00c62
)
IB/hfi1: Remove unused variable from devdata
author
Dennis Dalessandro
<
[email protected]
>
Sun, 25 Sep 2016 14:42:16 +0000
(07:42 -0700)
committer
Doug Ledford
<
[email protected]
>
Sun, 2 Oct 2016 12:42:16 +0000
(08:42 -0400)
We no longer use an error tasklet. Remove it from the hfi1_devdata
structure.
Reviewed-by: Ira Weiny <
[email protected]
>
Signed-off-by: Dennis Dalessandro <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/hw/hfi1/hfi.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hfi1/hfi.h
b/drivers/infiniband/hw/hfi1/hfi.h
index 52ffd11286b6d0ab26be928d919bd2ce7813ae21..5711620bc74825425dc9630e5b69dfcb3f51e1af 100644
(file)
--- a/
drivers/infiniband/hw/hfi1/hfi.h
+++ b/
drivers/infiniband/hw/hfi1/hfi.h
@@
-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;