Jeremy Linton <[email protected]> writes: > Enable lan91x adapters in some ARM machines and models > when booted with an ACPI kernel. > > Signed-off-by: Jeremy Linton <[email protected]>
Hi Jeremy, I launched your change in my Jenkins yesterday (on Linus's mainline, not linux-next), and I got: CC drivers/net/ethernet/smsc/smc91x.o drivers/net/ethernet/smsc/smc91x.c:2488:23: error: 'smsc91x_acpi_match' undeclared here (not in a function) .acpi_match_table = smsc91x_acpi_match, This platform build is _not_ for an device tree platform, ie. CONFIG_OF=n. You'll have to move some around it seems. Cheers. -- Robert
