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/cm/if_cm_isa.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cm/if_cm_isa.c')
| -rw-r--r-- | sys/dev/cm/if_cm_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index 8af2dfff937c..0ad9e4ea9303 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -52,8 +52,8 @@ #include <dev/cm/smc90cx6var.h> -static int cm_isa_probe __P((device_t)); -static int cm_isa_attach __P((device_t)); +static int cm_isa_probe (device_t); +static int cm_isa_attach (device_t); static int cm_isa_probe(dev) |
