diff options
author | Ira Weiny <ira.weiny@intel.com> | 2015-09-03 14:16:30 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-09-03 15:50:32 -0400 |
commit | 0629cb06cdf8f1a403ce71bce5b83380ae898e1a (patch) | |
tree | d67a83406efe9966f7c72041213ab08c1a6d9816 /drivers/infiniband | |
parent | ce755c9b01e09ee4907cf79bd0f57fa5cf65c4c3 (diff) | |
download | blackbird-op-linux-0629cb06cdf8f1a403ce71bce5b83380ae898e1a.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_ruc.c | 1 |
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" |