diff -Naur orig/include/net/bluetooth/hci_core.h edited/include/net/bluetooth/hci_core.h --- orig/include/net/bluetooth/hci_core.h 2004-05-10 04:32:37.000000000 +0200 +++ edited/include/net/bluetooth/hci_core.h 2004-05-12 18:54:20.000000000 +0200 @@ -32,6 +32,12 @@ #include #include +#ifndef CONFIG_BT_HCI_CORE_DEBUG +#undef BT_DBG +#define BT_DBG( A... ) +#endif + + /* HCI upper protocols */ #define HCI_PROTO_L2CAP 0 #define HCI_PROTO_SCO 1 diff -Naur orig/net/bluetooth/hci_conn.c edited/net/bluetooth/hci_conn.c --- orig/net/bluetooth/hci_conn.c 2004-05-10 04:33:21.000000000 +0200 +++ edited/net/bluetooth/hci_conn.c 2004-05-12 18:55:00.000000000 +0200 @@ -52,11 +52,6 @@ #include #include -#ifndef CONFIG_BT_HCI_CORE_DEBUG -#undef BT_DBG -#define BT_DBG( A... ) -#endif - void hci_acl_connect(struct hci_conn *conn) { struct hci_dev *hdev = conn->hdev; diff -Naur orig/net/bluetooth/hci_core.c edited/net/bluetooth/hci_core.c --- orig/net/bluetooth/hci_core.c 2004-05-10 04:32:26.000000000 +0200 +++ edited/net/bluetooth/hci_core.c 2004-05-12 18:55:08.000000000 +0200 @@ -53,11 +53,6 @@ #include #include -#ifndef CONFIG_BT_HCI_CORE_DEBUG -#undef BT_DBG -#define BT_DBG( A... ) -#endif - static void hci_cmd_task(unsigned long arg); static void hci_rx_task(unsigned long arg); static void hci_tx_task(unsigned long arg); diff -Naur orig/net/bluetooth/hci_sock.c edited/net/bluetooth/hci_sock.c --- orig/net/bluetooth/hci_sock.c 2004-05-10 04:32:38.000000000 +0200 +++ edited/net/bluetooth/hci_sock.c 2004-05-12 18:59:34.000000000 +0200 @@ -54,11 +54,6 @@ #include #include -#ifndef CONFIG_BT_HCI_SOCK_DEBUG -#undef BT_DBG -#define BT_DBG( A... ) -#endif - /* ----- HCI socket interface ----- */ static inline int hci_test_bit(int nr, void *addr) diff -Naur orig/net/bluetooth/hci_sysfs.c edited/net/bluetooth/hci_sysfs.c --- orig/net/bluetooth/hci_sysfs.c 2004-05-10 04:33:04.000000000 +0200 +++ edited/net/bluetooth/hci_sysfs.c 2004-05-12 18:59:45.000000000 +0200 @@ -5,11 +5,6 @@ #include #include -#ifndef CONFIG_BT_HCI_CORE_DEBUG -#undef BT_DBG -#define BT_DBG( A... ) -#endif - static ssize_t show_name(struct class_device *cdev, char *buf) { struct hci_dev *hdev = class_get_devdata(cdev);