diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-10-22 07:43:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-10-22 07:43:20 +0000 |
| commit | db099e0981a26d242355961ba0409634a465b890 (patch) | |
| tree | a47bebcf2679a9a3eec535d8a820435cb6adb551 /sys/dev/ed | |
| parent | 9910f6b1d653583904f03a40863cb062efb40d93 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index 9f64f962bf22..bd74383bdcbd 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -93,6 +93,7 @@ ed_isa_probe_Novell(device_t dev) static int ed_isa_probe(device_t dev) { + struct ed_softc *sc = device_get_softc(dev); int flags = device_get_flags(dev); int error = 0; |
