patch-2.4.15 linux/net/8021q/vlanproc.c

Next file: linux/net/atm/Makefile
Previous file: linux/net/802/cl2llc.pre
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/net/8021q/vlanproc.c linux/net/8021q/vlanproc.c
@@ -21,7 +21,7 @@
 #include <linux/stddef.h>	/* offsetof(), etc. */
 #include <linux/errno.h>	/* return codes */
 #include <linux/kernel.h>
-#include <linux/malloc.h>	/* kmalloc(), kfree() */
+#include <linux/slab.h>		/* kmalloc(), kfree() */
 #include <linux/mm.h>		/* verify_area(), etc. */
 #include <linux/string.h>	/* inline mem*, str* functions */
 #include <linux/init.h>		/* __initfunc et al. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)