summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btwilink.c
diff options
context:
space:
mode:
authorLeo Yan2015-05-05 09:09:17 +0200
committerMarcel Holtmann2015-05-13 23:00:51 +0200
commit4541c561b6abeb52ad5d9428e4a23e037bbe2b49 (patch)
tree7d0076cbfc084a0955ee05da49aee9146fc2522c /drivers/bluetooth/btwilink.c
parentnet: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset (diff)
downloadkernel-qcow2-linux-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.tar.gz
kernel-qcow2-linux-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.tar.xz
kernel-qcow2-linux-4541c561b6abeb52ad5d9428e4a23e037bbe2b49.zip
Bluetooth: btwilink: remove DEBUG define
Remove the DEBUG define as the debug code; so can remove mass debug info from log buffer when using dmesg. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btwilink.c')
-rw-r--r--drivers/bluetooth/btwilink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c
index 55c135b7757a..7a722df97343 100644
--- a/drivers/bluetooth/btwilink.c
+++ b/drivers/bluetooth/btwilink.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#define DEBUG
+
#include <linux/platform_device.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>