From 5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 29 Sep 2021 22:02:25 -0600 Subject: [PATCH] bluetooth: Remove one more h4 reference. Sponsored by: Netflix --- lib/libbluetooth/hci.c | 1 - 1 file changed, 1 deletion(-) 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 */ };