diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-25 23:33:32 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-25 23:33:32 +0000 |
commit | 6075f57d275012f6ece7e0d0d990805bfaa1876a (patch) | |
tree | d884390ca3f2956fd47b9b29dfd6f72bd5192683 /sys/dev/pci/fwlynx_pci.c | |
parent | 33f5a79b43a07ce25fba3ea5532da8279c2541aa (diff) |
un __P() -ify.
Diffstat (limited to 'sys/dev/pci/fwlynx_pci.c')
-rw-r--r-- | sys/dev/pci/fwlynx_pci.c | 4 |
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, |