From 3264aec746947db8598130cb0ac382cf0b2a10cf Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:08:01 +0000 Subject: Remove __P. --- sys/pci/simos.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/pci/simos.c') diff --git a/sys/pci/simos.c b/sys/pci/simos.c index bf12f5a..7944d5e 100644 --- a/sys/pci/simos.c +++ b/sys/pci/simos.c @@ -75,10 +75,10 @@ struct simos_softc* simosp[10]; static u_long simos_unit; -static const char *simos_probe __P((pcici_t tag, pcidi_t type)); -static void simos_attach __P((pcici_t config_d, int unit)); -static void simos_action __P((struct cam_sim *sim, union ccb *ccb)); -static void simos_poll __P((struct cam_sim *sim)); +static const char *simos_probe(pcici_t tag, pcidi_t type); +static void simos_attach(pcici_t config_d, int unit); +static void simos_action(struct cam_sim *sim, union ccb *ccb); +static void simos_poll(struct cam_sim *sim); struct pci_device simos_driver = { "simos", -- cgit v1.1