diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-16 13:57:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-16 13:57:29 +0000 |
commit | 1c86cec200944c3953a84b3074f9afd4f166f0fb (patch) | |
tree | 762f640bdfaa239f6454dba47f1cb1ff026707a8 /sys/dev | |
parent | 4b887ae3df136ab94b8e4a7f3b64fbd83af84976 (diff) |
Remove unused prototypes.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/agp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/agp.c b/sys/dev/pci/agp.c index 4bd3b849eed..57b41c709c7 100644 --- a/sys/dev/pci/agp.c +++ b/sys/dev/pci/agp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp.c,v 1.39 2014/03/14 23:42:41 kettenis Exp $ */ +/* $OpenBSD: agp.c,v 1.40 2014/03/16 13:57:28 kettenis Exp $ */ /*- * Copyright (c) 2000 Doug Rabson * All rights reserved. @@ -59,11 +59,6 @@ struct agp_memory * int agp_generic_free_memory(struct agp_softc *, struct agp_memory *); void agp_attach(struct device *, struct device *, void *); int agp_probe(struct device *, void *, void *); -int agpbusprint(void *, const char *); -paddr_t agpmmap(dev_t, off_t, int); -int agpioctl(dev_t, u_long, caddr_t, int, struct proc *); -int agpopen(dev_t, int, int, struct proc *); -int agpclose(dev_t, int, int , struct proc *); struct agp_memory *agp_find_memory(struct agp_softc *, int); struct agp_memory *agp_lookup_memory(struct agp_softc *, off_t); |