summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-10-01 01:41:19 +0000
committerthorpej <thorpej@NetBSD.org>2002-10-01 01:41:19 +0000
commit40822344c643c7fb413033cd41266a02a99ebdee (patch)
tree57647c1c7bb2b5183fa5462bbe54722f2aa91010 /sys/dev
parent4ed249cc6fe844455131074571f66527ba7f6d4f (diff)
Remove unnecessary extern decl of bthci_ca.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bluetooth/bthci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/bluetooth/bthci.c b/sys/dev/bluetooth/bthci.c
index 15aaef6ad6a..3118496afaa 100644
--- a/sys/dev/bluetooth/bthci.c
+++ b/sys/dev/bluetooth/bthci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bthci.c,v 1.6 2002/09/30 20:45:18 thorpej Exp $ */
+/* $NetBSD: bthci.c,v 1.7 2002/10/01 01:41:19 thorpej Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -76,7 +76,6 @@ struct cfdriver bthci_cd = {
CFATTACH_DECL(bthci, sizeof(struct bthci_softc),
bthci_match, bthci_attach, bthci_detach, bthci_activate)
-extern const struct cfattach bthci_ca;
extern struct cfdriver bthci_cd;
dev_type_open(bthciopen);