Skip to content

Commit 7ad5e44

Browse files
Devendra Nagarolandd
authored andcommitted
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: Devendra Naga <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
1 parent 804eaf2 commit 7ad5e44

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/infiniband/hw/ocrdma/ocrdma_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*******************************************************************/
2727

2828
#include <linux/module.h>
29-
#include <linux/version.h>
3029
#include <linux/idr.h>
3130
#include <rdma/ib_verbs.h>
3231
#include <rdma/ib_user_verbs.h>

drivers/infiniband/hw/ocrdma/ocrdma_verbs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#ifndef __OCRDMA_VERBS_H__
2929
#define __OCRDMA_VERBS_H__
3030

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

0 commit comments

Comments
 (0)