summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
committerpeter <peter@FreeBSD.org>2002-06-29 02:32:34 +0000
commitb6009897cf0e1d7540d078548f19215d4ce3f3cb (patch)
tree3b85de9139b191e7e01edd6e7fffe13d3ad22af7 /sys/dev/sio
parent97873dcbf33019727d6c29b9a62702011576b3b2 (diff)
downloadFreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.zip
FreeBSD-src-b6009897cf0e1d7540d078548f19215d4ce3f3cb.tar.gz
Remove a couple of __P() stragglers.
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio_ebus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sio/sio_ebus.c b/sys/dev/sio/sio_ebus.c
index af6bc0b..0c2e58c 100644
--- a/sys/dev/sio/sio_ebus.c
+++ b/sys/dev/sio/sio_ebus.c
@@ -40,9 +40,9 @@ __FBSDID($FreeBSD$);
#include <ofw/openfirm.h>
#include <sparc64/ebus/ebusvar.h>
-int sio_ofw_inlist __P((char *name, char *list[]));
-static int sio_ebus_attach __P((device_t dev));
-static int sio_ebus_probe __P((device_t dev));
+int sio_ofw_inlist(char *name, char *list[]);
+static int sio_ebus_attach(device_t dev);
+static int sio_ebus_probe(device_t dev);
static device_method_t sio_ebus_methods[] = {
/* Device interface */
OpenPOWER on IntegriCloud