[BNX2]: include <linux/vmalloc.h>
authorMichael Chan <mchan@broadcom.com>
Tue, 21 Mar 2006 01:55:25 +0000 (17:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:55:25 +0000 (17:55 -0800)
Include <linux/vmalloc.h> so that it compiles properly on all archs.

Update version to 1.4.38.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
drivers/net/bnx2.h

index 1f4b788245f1c6090ea9e12be988295a0032676c..7d213707008a884ab1ac846bdc79ac2c75db1766 100644 (file)
@@ -14,8 +14,8 @@
 
 #define DRV_MODULE_NAME                "bnx2"
 #define PFX DRV_MODULE_NAME    ": "
-#define DRV_MODULE_VERSION     "1.4.37"
-#define DRV_MODULE_RELDATE     "February 1, 2006"
+#define DRV_MODULE_VERSION     "1.4.38"
+#define DRV_MODULE_RELDATE     "February 10, 2006"
 
 #define RUN_AT(x) (jiffies + (x))
 
index beb2e8bcc6599bc88e600f50e245a2293a48a811..fd4b7f2eb477d1931c27bcb09cc9162a622485f1 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/errno.h>
 #include <linux/ioport.h>
 #include <linux/slab.h>
+#include <linux/vmalloc.h>
 #include <linux/interrupt.h>
 #include <linux/pci.h>
 #include <linux/init.h>
This page took 0.050193 seconds and 5 git commands to generate.