On 16 May 2016 at 22:30, Laszlo Fiat <laszlo.fiat@xxxxxxxxx> wrote: > I ran into a problem with the kernel compilation using Adrian's patch: > ERROR: "acpi_device_fix_up_power" [drivers/mmc/host/sdhci-acpi.ko] undefined! > scripts/Makefile.modpost:91: recipe for target '__modpost' failed > make[1]: *** [__modpost] Error 1 > Makefile:1142: recipe for target 'modules' failed > make: *** [modules] Error 2 > > The acpi_device_fix_up_power routine is in drivers/acpi/device_pm.c, > but I don't know how can I make it to find it. > > Any help is appreciated. In drivers/acpi/device_pm.c, after the function implementation, add: EXPORT_SYMBOL_GPL(acpi_device_fix_up_power); Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html