diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index a674221d151d..b350d92136c8 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -350,7 +350,6 @@ enum { enum { HCI_SETUP, HCI_CONFIG, - HCI_DEBUGFS_CREATED, HCI_AUTO_OFF, HCI_RFKILLED, HCI_MGMT, diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index 2f761b77f422..e8b78104a407 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -4484,9 +4484,6 @@ static int hci_init_sync(struct hci_dev *hdev) !hci_dev_test_flag(hdev, HCI_CONFIG)) return 0; - if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) - return 0; - hci_debugfs_create_common(hdev); if (lmp_bredr_capable(hdev))