summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-08-31 19:20:56 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-08-31 19:20:56 +0000
commit619023d884c928c58214dd368122bc6bc68555f6 (patch)
tree5a15a860d4095c69372c75ea5cd43607b8f0ce55 /sys/dev
parentab6686c189578e0d76b6cf31c8abd8feaeedac2d (diff)
remove argnames from prototype.
no binary change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/agp_i810.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_i810.c b/sys/dev/pci/agp_i810.c
index afb367d66b8..8a58a8c8af4 100644
--- a/sys/dev/pci/agp_i810.c
+++ b/sys/dev/pci/agp_i810.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: agp_i810.c,v 1.67 2010/08/06 13:09:52 oga Exp $ */
+/* $OpenBSD: agp_i810.c,v 1.68 2010/08/31 19:20:55 oga Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -91,7 +91,7 @@ struct agp_i810_softc {
};
void agp_i810_attach(struct device *, struct device *, void *);
-int agp_i810_activate(struct device *arg, int act);
+int agp_i810_activate(struct device *, int);
void agp_i810_configure(struct agp_i810_softc *);
int agp_i810_probe(struct device *, void *, void *);
int agp_i810_get_chiptype(struct pci_attach_args *);