On Mon, Sep 01, 2014 at 05:53:33PM +0100, Catalin Marinas wrote:
Confused. Then how come smsc911x_drv_probe() has this line:
acpi_handle *ahandle = ACPI_HANDLE(&pdev->dev);
without any #ifdef's.
There's a stub smsc911x_probe_config_acpi() provided in the non-ACPI case, Arnd's suggestion is basically to remove the stub.