Skip to content

Commit

Permalink
IB/qib: Add missing <linux/slab.h> include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Miller authored and Roland Dreier committed Aug 5, 2010
1 parent a5210c1 commit ba818af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/hw/qib/qib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba818af

Please sign in to comment.