RE: [PATCH 2.6.6-mm1] bluetooth definition redundancy v2

From: FabF
Date: Tue May 11 2004 - 13:08:02 EST


Oops, bluetooth sock had its own debug feature.So here's a 3 to 1 patch.

Regards,
FabF
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 20:11:12.709651384 +0200
@@ -32,6 +32,11 @@
#include <linux/proc_fs.h>
#include <net/bluetooth/hci.h>

+#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 <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

-#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 <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

-#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_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 <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

-#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);