diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
commit | e63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch) | |
tree | c2aa960c67a99a878c8902943399029fa598683f /sys/dev/sbus/qec.c | |
parent | 71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff) |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/sbus/qec.c')
-rw-r--r-- | sys/dev/sbus/qec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sbus/qec.c b/sys/dev/sbus/qec.c index 9ffe5d0c1b5..969f430b166 100644 --- a/sys/dev/sbus/qec.c +++ b/sys/dev/sbus/qec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qec.c,v 1.3 2002/03/14 01:27:02 millert Exp $ */ +/* $OpenBSD: qec.c,v 1.4 2002/03/14 03:16:08 millert Exp $ */ /* $NetBSD: qec.c,v 1.12 2000/12/04 20:12:55 fvdl Exp $ */ /*- @@ -66,13 +66,13 @@ static int qec_bus_map( int, /*flags*/ vaddr_t, /*preferred virtual address */ bus_space_handle_t *); -static void *qec_intr_establish __P(( +static void *qec_intr_establish( bus_space_tag_t, int, /*bus interrupt priority*/ int, /*`device class' interrupt level*/ int, /*flags*/ int (*)(void *), /*handler*/ - void *)); /*arg*/ + void *); /*arg*/ struct cfattach qec_ca = { sizeof(struct qec_softc), qecmatch, qecattach |