Remove reference to softc from probe entirely...
This commit is contained in:
parent
3ec2e857c1
commit
8a3b3c6288
@ -66,7 +66,6 @@ static int
|
|||||||
ed_isa_probe(dev)
|
ed_isa_probe(dev)
|
||||||
device_t dev;
|
device_t dev;
|
||||||
{
|
{
|
||||||
struct ed_softc *sc = device_get_softc(dev);
|
|
||||||
int flags = device_get_flags(dev);
|
int flags = device_get_flags(dev);
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user