aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_ruc.c
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2015-09-03 14:16:30 -0400
committerDoug Ledford <dledford@redhat.com>2015-09-03 15:50:32 -0400
commit0629cb06cdf8f1a403ce71bce5b83380ae898e1a (patch)
treed67a83406efe9966f7c72041213ab08c1a6d9816 /drivers/infiniband/hw/qib/qib_ruc.c
parentIB/core: Remove unnecessary defines from ib_mad.h (diff)
downloadlinux-dev-0629cb06cdf8f1a403ce71bce5b83380ae898e1a.tar.xz
linux-dev-0629cb06cdf8f1a403ce71bce5b83380ae898e1a.zip
IB/core: Move SM class defines from ib_mad.h to ib_smi.h
When the hfi1 driver was added these definitions were moved from the qib driver to ib_mad.h to be used by both qib and hfi1. They should have been moved to ib_smi.h instead. Fixes: d4ab347005fb ("IB/core: Add core header changes needed for OPA") Reviewed-by: Hal Rosenstock <hal@mellanox.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_ruc.c')
-rw-r--r--drivers/infiniband/hw/qib/qib_ruc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib_ruc.c b/drivers/infiniband/hw/qib/qib_ruc.c
index f42bd0f47577..22e356ca8058 100644
--- a/drivers/infiniband/hw/qib/qib_ruc.c
+++ b/drivers/infiniband/hw/qib/qib_ruc.c
@@ -32,6 +32,7 @@
*/
#include <linux/spinlock.h>
+#include <rdma/ib_smi.h>
#include "qib.h"
#include "qib_mad.h"