aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qed
diff options
context:
space:
mode:
authorKalderon, Michal <Michal.Kalderon@cavium.com>2017-06-21 16:22:46 +0300
committerDavid S. Miller <davem@davemloft.net>2017-06-21 15:32:59 -0400
commit7003cdd6a121e7bdb8a05eb1931f9549a36ea723 (patch)
treecd451fcec89c8c4488bc031a85b0bcb189984d7f /include/linux/qed
parentqed: Split rdma content between qed_rdma and qed_roce (diff)
downloadlinux-dev-7003cdd6a121e7bdb8a05eb1931f9549a36ea723.tar.xz
linux-dev-7003cdd6a121e7bdb8a05eb1931f9549a36ea723.zip
qed*: Rename qed_roce_if.h to qed_rdma_if.h
Rename the qed_roce_if file to qed_rdma_if as it represents a common interface for RoCE and iWARP. this commit affects RDMA/qedr as well. Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed')
-rw-r--r--include/linux/qed/qed_rdma_if.h (renamed from include/linux/qed/qed_roce_if.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/qed/qed_roce_if.h b/include/linux/qed/qed_rdma_if.h
index 8e70f5ee05af..ff9be01b5f53 100644
--- a/include/linux/qed/qed_roce_if.h
+++ b/include/linux/qed/qed_rdma_if.h
@@ -29,8 +29,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef _QED_ROCE_IF_H
-#define _QED_ROCE_IF_H
+#ifndef _QED_RDMA_IF_H
+#define _QED_RDMA_IF_H
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/list.h>