From 3264aec746947db8598130cb0ac382cf0b2a10cf Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:08:01 +0000 Subject: Remove __P. --- sys/dev/sio/sio_pccard.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/sio/sio_pccard.c') diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index c606312..571e822 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -45,10 +45,10 @@ #include -static int sio_pccard_attach __P((device_t dev)); -static int sio_pccard_detach __P((device_t dev)); -static int sio_pccard_match __P((device_t self)); -static int sio_pccard_probe __P((device_t dev)); +static int sio_pccard_attach(device_t dev); +static int sio_pccard_detach(device_t dev); +static int sio_pccard_match(device_t self); +static int sio_pccard_probe(device_t dev); static device_method_t sio_pccard_methods[] = { /* Device interface */ -- cgit v1.1