|
From: Gordon M. <gm...@us...> - 2001-03-20 15:27:29
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.153 1.154=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
--Undid previous change, so we once again do some proc registration even if=
CONFIG_BLUETOOTH_USE_PROC is undefined.
The diff of the modified file(s):
--- bluetooth.c 2001/03/19 22:54:55 1.153
+++ bluetooth.c 2001/03/20 15:29:49 1.154
@@ -2017,6 +2017,8 @@
procfs_status);
}
=20
+#endif /* CONFIG_BLUETOOTH_PROC */
+
#ifdef CONFIG_BLUETOOTH_USE_TCI
#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,4,0)
{
@@ -2040,8 +2042,6 @@
#endif /* CONFIG_BLUETOOTH_USE_TCI */
=20=09
sdp_create_proc_file();
-
-#endif /* CONFIG_BLUETOOTH_PROC */
=20
=20
#ifdef CONFIG_BLUETOOTH_USE_SECURITY_MANAGER
|