Skip to content

Commit

Permalink
IPoIB: Remove unused include of vmalloc.h
Browse files Browse the repository at this point in the history
IPoIB doesn't use anything from <linux/vmalloc.h>, so don't include it.

Signed-off-by: Dotan Barak <dotanb@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Sep 22, 2006
1 parent 5ccd025 commit 507c335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

#include <linux/init.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/kernel.h>

#include <linux/if_arp.h> /* For ARPHRD_xxx */
Expand Down

0 comments on commit 507c335

Please sign in to comment.