On 6 October 2017 at 14:14, Pavel Machek <pavel@xxxxxx> wrote: > On Fri 2017-10-06 14:12:30, Pavel Machek wrote: >> On Fri 2017-10-06 09:08:34, Ulf Hansson wrote: >> > acpi_dev_pm_get_node() isn't used or implemented, let's remove it. >> > >> > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> >> >> Acked-by: Pavel Machek <pavel@xxxxxx> > > I was too quick sending this. > > How is it unused? > > ./drivers/acpi/device_pm.c: * acpi_dev_pm_attach - Prepare device for > ACPI power management. > ./drivers/acpi/device_pm.c:int acpi_dev_pm_attach(struct device *dev, > bool power_on) > ./drivers/acpi/device_pm.c:EXPORT_SYMBOL_GPL(acpi_dev_pm_attach); > Binary file ./drivers/acpi/device_pm.o matches > Binary file ./drivers/base/power/common.o matches > ./drivers/base/power/common.c: ret = > acpi_dev_pm_attach(dev, power_on); I think you searched for the wrong function. It should be acpi_dev_pm_get_node(). Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html