Skip to content

Commit

Permalink
IB/ipath: Include <linux/vmalloc.h> to fix ppc64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Bryan O'Sullivan authored and Roland Dreier committed Jul 10, 2007
1 parent 525f5f4 commit a024291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/hw/ipath/ipath_iba6110.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* HT chip.
*/

#include <linux/vmalloc.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/htirq.h>
Expand Down

0 comments on commit a024291

Please sign in to comment.