1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Add missing softc

This commit is contained in:
Warner Losh 2005-10-22 07:43:20 +00:00
parent 9910f6b1d6
commit db099e0981
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151551

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;