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

Commit 7ad5e449 authored by Devendra Naga's avatar Devendra Naga Committed by Roland Dreier
Browse files

RDMA/ocrdma: Remove unnecessary version.h includes



"make versioncheck" shows:

    drivers/infiniband/hw/ocrdma/ocrdma_main.c: 29 linux/version.h not needed.
    drivers/infiniband/hw/ocrdma/ocrdma_verbs.h: 31 linux/version.h not needed.

Signed-off-by: default avatarDevendra Naga <devendra.aaru@gmail.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 804eaf29
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,6 @@
 *******************************************************************/
 *******************************************************************/


#include <linux/module.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/idr.h>
#include <linux/idr.h>
#include <rdma/ib_verbs.h>
#include <rdma/ib_verbs.h>
#include <rdma/ib_user_verbs.h>
#include <rdma/ib_user_verbs.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,6 @@
#ifndef __OCRDMA_VERBS_H__
#ifndef __OCRDMA_VERBS_H__
#define __OCRDMA_VERBS_H__
#define __OCRDMA_VERBS_H__


#include <linux/version.h>
int ocrdma_post_send(struct ib_qp *, struct ib_send_wr *,
int ocrdma_post_send(struct ib_qp *, struct ib_send_wr *,
		     struct ib_send_wr **bad_wr);
		     struct ib_send_wr **bad_wr);
int ocrdma_post_recv(struct ib_qp *, struct ib_recv_wr *,
int ocrdma_post_recv(struct ib_qp *, struct ib_recv_wr *,