Bluetooth: Host: Remove unnecessary hci_driver.h includes

None of these files actually use anything from the hci_driver.h header
file.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-11-19 21:19:33 +02:00 committed by Alberto Escolar
commit 3063f18942
10 changed files with 0 additions and 20 deletions

View file

@ -1,11 +0,0 @@
/* Stub for Bluetooth HCI driver API used to hide real hci_driver.h. */
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_BLUETOOTH_HCI_DRIVER_H_
#define ZEPHYR_INCLUDE_DRIVERS_BLUETOOTH_HCI_DRIVER_H_
#endif /* ZEPHYR_INCLUDE_DRIVERS_BLUETOOTH_HCI_DRIVER_H_ */