Add missing softc
This commit is contained in:
parent
9910f6b1d6
commit
db099e0981
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user