[PATCH] missing includes from infiniband merge
[deliverable/linux.git] / drivers / infiniband / core / mad_priv.h
index b4fa28d3160fc5abd2dc076e92bfb2f81928fb62..d06b59083f6ea91f59a2e0698b61b2a322471a39 100644 (file)
@@ -38,8 +38,8 @@
 #define __IB_MAD_PRIV_H__
 
 #include <linux/completion.h>
+#include <linux/err.h>
 #include <linux/pci.h>
-#include <linux/kthread.h>
 #include <linux/workqueue.h>
 #include <rdma/ib_mad.h>
 #include <rdma/ib_smi.h>
@@ -212,8 +212,6 @@ struct ib_mad_port_private {
        struct ib_mad_qp_info qp_info[IB_MAD_QPS_CORE];
 };
 
-extern kmem_cache_t *ib_mad_cache;
-
 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr);
 
 struct ib_mad_send_wr_private *
This page took 0.025073 seconds and 5 git commands to generate.