|
From: Willy S. <sag...@us...> - 2002-04-11 14:36:27
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- bnep_test.c 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Changed malloc.h -> slab.h The diff of the modified file(s): --- bnep_test.c 29 Jan 2002 09:00:37 -0000 1.2 +++ bnep_test.c 11 Apr 2002 11:54:13 -0000 1.3 @@ -58,7 +58,7 @@ #include <linux/ioctl.h> #include <linux/config.h> #include <linux/module.h> -#include <linux/malloc.h> +#include <linux/slab.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/skbuff.h> |