aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ex/if_ex_isa.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commite51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/ex/if_ex_isa.c
parentc605e9e62f94150fea168cf43328076ea7789885 (diff)
downloadsrc-e51a25f8505c7f9c6684c928bb59b0bda2fc039b.tar.gz
src-e51a25f8505c7f9c6684c928bb59b0bda2fc039b.zip
Remove __P.
Notes
Notes: svn path=/head/; revision=92739
Diffstat (limited to 'sys/dev/ex/if_ex_isa.c')
-rw-r--r--sys/dev/ex/if_ex_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ex/if_ex_isa.c b/sys/dev/ex/if_ex_isa.c
index 993e4eafc29d..88607957491c 100644
--- a/sys/dev/ex/if_ex_isa.c
+++ b/sys/dev/ex/if_ex_isa.c
@@ -50,9 +50,9 @@
#include <dev/ex/if_exvar.h>
/* Bus Front End Functions */
-static void ex_isa_identify __P((driver_t *, device_t));
-static int ex_isa_probe __P((device_t));
-static int ex_isa_attach __P((device_t));
+static void ex_isa_identify (driver_t *, device_t);
+static int ex_isa_probe (device_t);
+static int ex_isa_attach (device_t);
#if 0
static void ex_pnp_wakeup (void *);