patch-2.4.2 linux/drivers/net/wan/sdlamain.c
Next file: linux/drivers/net/wan/z85230.h
Previous file: linux/drivers/net/wan/sdla_x25.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/wan/sdlamain.c
- Orig date:
Mon Dec 11 13:01:55 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/wan/sdlamain.c linux/drivers/net/wan/sdlamain.c
@@ -39,7 +39,7 @@
#include <linux/stddef.h> /* offsetof(), etc. */
#include <linux/errno.h> /* return codes */
#include <linux/string.h> /* inline memset(), etc. */
-#include <linux/malloc.h> /* kmalloc(), kfree() */
+#include <linux/slab.h> /* kmalloc(), kfree() */
#include <linux/kernel.h> /* printk(), and other useful stuff */
#include <linux/module.h> /* support for loadable modules */
#include <linux/ioport.h> /* request_region(), release_region() */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)