Commit fcd84957 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix bluetooth broken compilation when PROC_FS=n.

From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>

Fix bluetooth build when CONFIG_PROC_FS=n
parent 6bb8f238
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment