The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bnep_status_proc.c 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20
The accompanying log:
bnep_status_remove_proc_file() should not be static.
The diff of the modified file(s):
--- bnep_status_proc.c 11 Apr 2002 11:54:44 -0000 1.2
+++ bnep_status_proc.c 22 Jan 2003 13:33:49 -0000 1.3
@@ -170,7 +170,7 @@
return procfs_status;
}
=20
-static s32
+s32
bnep_status_remove_proc_file(void)
{
#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,4,0)
|