aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2010-08-05 05:55:52 +0000
committerRoland Dreier <rolandd@cisco.com>2010-08-05 14:26:58 -0700
commitba818afdc62590e95e45d63be96954ea568925bf (patch)
tree4c92e5aa07361c4252ed83cfd9a8e9250da7e9cf /drivers
parentIB/qib: Fix race between qib_error_qp() and receive packet processing (diff)
downloadlinux-dev-ba818afdc62590e95e45d63be96954ea568925bf.tar.xz
linux-dev-ba818afdc62590e95e45d63be96954ea568925bf.zip
IB/qib: Add missing <linux/slab.h> include
Fix build failure on sparc64 which is missing the include of <linux/slab.h> via <asm/pci.h> that x86, powerpc, ia64, etc. have. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/qib/qib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h
index e67dba40d52e..61de0654820e 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>