From 6075f57d275012f6ece7e0d0d990805bfaa1876a Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Tue, 25 Jun 2002 23:33:32 +0000 Subject: un __P() -ify. --- sys/dev/pci/fwlynx_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/fwlynx_pci.c') 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, -- cgit v1.2.3