diff options
| author | tron <tron@NetBSD.org> | 2002-02-12 10:51:49 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 2002-02-12 10:51:49 +0000 |
| commit | f1a2d1c420683e7c613bbb59a68639215039f2bb (patch) | |
| tree | 8f4155b1c83758bf45057f47d530efa2e2d78bc4 /sys/dev | |
| parent | 1857cb5f00e893d94ba8bf8f19326a6c2b4ccea7 (diff) | |
Remove obsolete prototype for "udsbr_search".
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/udsbr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/udsbr.c b/sys/dev/usb/udsbr.c index db8f7af6010..cb97f2fea7d 100644 --- a/sys/dev/usb/udsbr.c +++ b/sys/dev/usb/udsbr.c @@ -1,4 +1,4 @@ -/* $NetBSD: udsbr.c,v 1.5 2002/02/11 11:42:16 augustss Exp $ */ +/* $NetBSD: udsbr.c,v 1.6 2002/02/12 10:51:49 tron Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.5 2002/02/11 11:42:16 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.6 2002/02/12 10:51:49 tron Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -74,7 +74,6 @@ int udsbrdebug = 0; Static int udsbr_get_info(void *, struct radio_info *); Static int udsbr_set_info(void *, struct radio_info *); -Static int udsbr_search(void *, int); struct radio_hw_if udsbr_hw_if = { NULL, /* open */ |
