Remove reference to softc from probe entirely...

This commit is contained in:
Warner Losh 2005-02-09 05:55:54 +00:00
parent 3ec2e857c1
commit 8a3b3c6288

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;