Remove reference to softc from probe entirely...

This commit is contained in:
imp 2005-02-09 05:55:54 +00:00
parent 43ebe5600f
commit acdf8b9428

View File

@ -66,7 +66,6 @@ static int
ed_isa_probe(dev)
device_t dev;
{
struct ed_softc *sc = device_get_softc(dev);
int flags = device_get_flags(dev);
int error = 0;