From: David S. Miller <davem@davemloft.net>
Date: Wed, 23 Jul 2008 01:29:10 +0000 (-0700)
Subject: netxen: Needs to include linux/vmalloc.h
X-Git-Tag: v2.6.27-rc1~860^2~1
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4255589293b78c4dab324323e12857876b154863;p=linux-2.6-omap-h63xx.git

netxen: Needs to include linux/vmalloc.h

Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h
index ac710c30d3f..8e736614407 100644
--- a/drivers/net/netxen/netxen_nic.h
+++ b/drivers/net/netxen/netxen_nic.h
@@ -54,6 +54,7 @@
 
 #include <linux/mm.h>
 #include <linux/mman.h>
+#include <linux/vmalloc.h>
 
 #include <asm/system.h>
 #include <asm/io.h>