We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804eaf2 commit 7ad5e44Copy full SHA for 7ad5e44
drivers/infiniband/hw/ocrdma/ocrdma_main.c
@@ -26,7 +26,6 @@
26
*******************************************************************/
27
28
#include <linux/module.h>
29
-#include <linux/version.h>
30
#include <linux/idr.h>
31
#include <rdma/ib_verbs.h>
32
#include <rdma/ib_user_verbs.h>
drivers/infiniband/hw/ocrdma/ocrdma_verbs.h
@@ -28,7 +28,6 @@
#ifndef __OCRDMA_VERBS_H__
#define __OCRDMA_VERBS_H__
int ocrdma_post_send(struct ib_qp *, struct ib_send_wr *,
33
struct ib_send_wr **bad_wr);
34
int ocrdma_post_recv(struct ib_qp *, struct ib_recv_wr *,
0 commit comments