|
From: Gordon M. <gm...@us...> - 2001-03-19 22:52:36
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.152 1.153=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
--Some of the proc registration wasn't bracketed in CONFIG_BLUEOOTH_USE_PROC
The diff of the modified file(s):
--- bluetooth.c 2001/03/19 17:00:26 1.152
+++ bluetooth.c 2001/03/19 22:54:55 1.153
@@ -2016,7 +2016,6 @@
D_ERR("Couldn't register proc file bt_status %d\n",=20
procfs_status);
}
-#endif /* CONFIG_BLUETOOTH_PROC */
=20
#ifdef CONFIG_BLUETOOTH_USE_TCI
#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,4,0)
@@ -2041,6 +2040,9 @@
#endif /* CONFIG_BLUETOOTH_USE_TCI */
=20=09
sdp_create_proc_file();
+
+#endif /* CONFIG_BLUETOOTH_PROC */
+
=20
#ifdef CONFIG_BLUETOOTH_USE_SECURITY_MANAGER
sec_man_create_proc_file();
|