summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-03-28 17:52:17 +0000
committerdfr <dfr@FreeBSD.org>1999-03-28 17:52:17 +0000
commit6fdf96baf623239e4d6fc225a78cfee4c5993016 (patch)
treed51b34f45ddf580ce6d8736a26d0c190ef886b90 /sys
parent6e2c0237461ccd3db2c08c4a13ffb002ce0bad51 (diff)
downloadFreeBSD-src-6fdf96baf623239e4d6fc225a78cfee4c5993016.zip
FreeBSD-src-6fdf96baf623239e4d6fc225a78cfee4c5993016.tar.gz
Fix some warnings.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/pci/cia.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c
index c68ef57..350df00 100644
--- a/sys/alpha/pci/cia.c
+++ b/sys/alpha/pci/cia.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cia.c,v 1.13 1998/12/02 09:33:27 dfr Exp $
+ * $Id: cia.c,v 1.14 1998/12/04 22:54:42 archie Exp $
*/
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -643,16 +643,6 @@ cia_write_hae(u_int64_t hae)
static int cia_probe(device_t dev);
static int cia_attach(device_t dev);
-static struct resource *cia_alloc_resource(device_t bus, device_t child,
- int type, int *rid,
- u_long start, u_long end,
- u_long count, u_int flags);
-static int cia_activate_resource(device_t bus, device_t child,
- int type, int rid, struct resource *r);
-static int cia_deactivate_resource(device_t bus, device_t child,
- int type, int rid, struct resource *r);
-static int cia_release_resource(device_t bus, device_t child,
- int type, int rid, struct resource *r);
static int cia_setup_intr(device_t dev, device_t child, struct resource *irq,
driver_intr_t *intr, void *arg, void **cookiep);
static int cia_teardown_intr(device_t dev, device_t child,
OpenPOWER on IntegriCloud