From: Luiz Capitulino Fix bluetooth build when CONFIG_PROC_FS=n net/bluetooth/af_bluetooth.c | 2 -- 1 files changed, 2 deletions(-) diff -puN net/bluetooth/af_bluetooth.c~bluetooth-no-procfs-fix net/bluetooth/af_bluetooth.c --- 25/net/bluetooth/af_bluetooth.c~bluetooth-no-procfs-fix 2003-10-17 20:53:46.000000000 -0700 +++ 25-akpm/net/bluetooth/af_bluetooth.c 2003-10-17 20:53:46.000000000 -0700 @@ -56,9 +56,7 @@ #define BT_DBG( A... ) #endif -#ifdef CONFIG_PROC_FS struct proc_dir_entry *proc_bt; -#endif /* Bluetooth sockets */ #define BT_MAX_PROTO 5 _