Add missing softc

This commit is contained in:
Warner Losh 2005-10-22 07:43:20 +00:00
parent 9910f6b1d6
commit db099e0981

View File

@ -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;