aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth/hci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-09-30 04:02:25 +0000
committerWarner Losh <imp@FreeBSD.org>2021-09-30 04:02:25 +0000
commit5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9 (patch)
tree5bd3d7dc2081edcc7b4bfddfb8807c21c9c0e181 /lib/libbluetooth/hci.c
parent24ccef81405eb25efc65f16b6e9a787f3a51151a (diff)
downloadsrc-5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9.tar.gz
src-5547ed2cb2bdc0c8b35d50b59a10807d5e4ec4b9.zip
bluetooth: Remove one more h4 reference.
Sponsored by: Netflix
Diffstat (limited to 'lib/libbluetooth/hci.c')
-rw-r--r--lib/libbluetooth/hci.c1
1 files changed, 0 insertions, 1 deletions
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 */
};