patch-2.4.2 linux/drivers/net/3c59x.c
Next file: linux/drivers/net/7990.c
Previous file: linux/drivers/net/3c527.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/3c59x.c
- Orig date:
Sat Feb 3 19:51:28 2001
diff -u --recursive --new-file v2.4.1/linux/drivers/net/3c59x.c linux/drivers/net/3c59x.c
@@ -3,7 +3,7 @@
Written 1996-1999 by Donald Becker.
This software may be used and distributed according to the terms
- of the GNU Public License, incorporated herein by reference.
+ of the GNU General Public License, incorporated herein by reference.
This driver is for the 3Com "Vortex" and "Boomerang" series ethercards.
Members of the series include Fast EtherLink 3c590/3c592/3c595/3c597
@@ -192,7 +192,7 @@
#include <linux/errno.h>
#include <linux/in.h>
#include <linux/ioport.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/init.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)