diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/ex/if_ex_isa.c | |
parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
download | src-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.c | 6 |
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 *); |