From db099e0981a26d242355961ba0409634a465b890 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 22 Oct 2005 07:43:20 +0000 Subject: [PATCH] Add missing softc --- sys/dev/ed/if_ed_isa.c | 1 + 1 file changed, 1 insertion(+) 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;