|
From: Willy S. <sag...@us...> - 2002-04-11 14:31:54
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- bnep_status_proc.c 1.1 1.2=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_status_proc.c 24 Jan 2002 16:08:47 -0000 1.1 +++ bnep_status_proc.c 11 Apr 2002 11:54:44 -0000 1.2 @@ -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> |