diff options
Diffstat (limited to 'sys/dev/cm/smc90cx6var.h')
-rw-r--r-- | sys/dev/cm/smc90cx6var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cm/smc90cx6var.h b/sys/dev/cm/smc90cx6var.h index ad6d09a8127c..1703145d4093 100644 --- a/sys/dev/cm/smc90cx6var.h +++ b/sys/dev/cm/smc90cx6var.h @@ -87,7 +87,7 @@ struct cm_softc { u_char sc_retransmits[2]; /* unused at the moment */ }; -int cm_attach(struct cm_softc *, int unit); +int cm_attach(device_t dev); void cmintr(void *); int cm_probe(device_t dev); |