summaryrefslogtreecommitdiff
path: root/sys/dev/pci/fwlynx_pci.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-25 23:33:32 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-06-25 23:33:32 +0000
commit6075f57d275012f6ece7e0d0d990805bfaa1876a (patch)
treed884390ca3f2956fd47b9b29dfd6f72bd5192683 /sys/dev/pci/fwlynx_pci.c
parent33f5a79b43a07ce25fba3ea5532da8279c2541aa (diff)
un __P() -ify.
Diffstat (limited to 'sys/dev/pci/fwlynx_pci.c')
-rw-r--r--sys/dev/pci/fwlynx_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/fwlynx_pci.c b/sys/dev/pci/fwlynx_pci.c
index cba7264154d..e9f1fc70dca 100644
--- a/sys/dev/pci/fwlynx_pci.c
+++ b/sys/dev/pci/fwlynx_pci.c
@@ -58,8 +58,8 @@ struct fwlynx_pci_softc {
void *psc_ih;
};
-static int fwlynx_pci_match __P((struct device *, struct cfdata *, void *));
-static void fwlynx_pci_attach __P((struct device *, struct device *, void *));
+static int fwlynx_pci_match(struct device *, struct cfdata *, void *);
+static void fwlynx_pci_attach(struct device *, struct device *, void *);
struct cfattach fwlynx_pci_ca = {
sizeof(struct fwlynx_pci_softc), fwlynx_pci_match, fwlynx_pci_attach,