diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c index 95e96c479157..b4ee0a9069e4 100644 --- a/lib/libbluetooth/hci.c +++ b/lib/libbluetooth/hci.c @@ -762,7 +762,6 @@ static char * bt_dev2node(char const *devname, char *nodename, int nnlen) { static char const * bt_dev_prefix[] = { - "h4", /* UART/serial Bluetooth devices */ "ubt", /* Bluetooth USB devices */ NULL /* should be last */ };