public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] infiniband: qib: Missing linux/slab.h include
@ 2010-08-05  5:55 David Miller
       [not found] ` <20100804.225552.241946831.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2010-08-05  5:55 UTC (permalink / raw)
  To: rolandd-FYB4Gu1CFyUAvxtiuMwx3w; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA


Signed-off-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
---

Without this I'm getting build errors with Linus's current tree.
Apologies if this is already fixed in the RDMA git tree.

diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h
index 3593983..312ca9a 100644
--- a/drivers/infiniband/hw/qib/qib.h
+++ b/drivers/infiniband/hw/qib/qib.h
@@ -45,6 +45,7 @@
 #include <linux/mutex.h>
 #include <linux/list.h>
 #include <linux/scatterlist.h>
+#include <linux/slab.h>
 #include <linux/io.h>
 #include <linux/fs.h>
 #include <linux/completion.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-05 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05  5:55 [PATCH] infiniband: qib: Missing linux/slab.h include David Miller
     [not found] ` <20100804.225552.241946831.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2010-08-05 16:29   ` Roland Dreier
     [not found]     ` <adafwyt58ft.fsf-BjVyx320WGW9gfZ95n9DRSW4+XlvGpQz@public.gmane.org>
2010-08-05 19:09       ` David Miller
     [not found]         ` <20100805.120946.45921714.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2010-08-05 21:19           ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox