Browse Source

netxen: Needs to include linux/vmalloc.h

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 years ago
parent
commit
4255589293
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/netxen/netxen_nic.h

+ 1 - 0
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>