diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-22 21:29:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-22 21:29:10 -0400 |
commit | 4255589293b78c4dab324323e12857876b154863 (patch) | |
tree | 537c54197ec9bd71e1d058762686ec290464b97e /drivers/net/netxen/netxen_nic.h | |
parent | 380bab10de09c22c813ae83f8e148f5a46c1de40 (diff) |
netxen: Needs to include linux/vmalloc.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index ac710c30d3ff..8e736614407d 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h | |||
@@ -54,6 +54,7 @@ | |||
54 | 54 | ||
55 | #include <linux/mm.h> | 55 | #include <linux/mm.h> |
56 | #include <linux/mman.h> | 56 | #include <linux/mman.h> |
57 | #include <linux/vmalloc.h> | ||
57 | 58 | ||
58 | #include <asm/system.h> | 59 | #include <asm/system.h> |
59 | #include <asm/io.h> | 60 | #include <asm/io.h> |