]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix bluetooth broken compilation when PROC_FS=n.
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Oct 2003 01:22:19 +0000 (18:22 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 22 Oct 2003 01:22:19 +0000 (18:22 -0700)
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>

Fix bluetooth build when CONFIG_PROC_FS=n

net/bluetooth/af_bluetooth.c

index 817b5be4ec5cfd4536b78aa233869245350fd06b..a406ab234822a7f4692832283e198758a3c4727f 100644 (file)
@@ -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