ACPI: Drop redundant acpi_dev_parent() header
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 29 Aug 2022 15:53:19 +0000 (17:53 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Aug 2022 12:23:41 +0000 (14:23 +0200)
commite3b9b27865c45c771f95b5dcf70ee8e88b343c75
tree53957b9bedf2d1365305ecd2dd25b41a794998cc
parentd5008ef5b5a21177d3042816542f1afd5ae36152
ACPI: Drop redundant acpi_dev_parent() header

Because acpi_dev_parent() is defined as static inline, the extra
header of it in acpi_bus.h is redundant, so drop it.

Fixes: 62fcb99bdf10 ("ACPI: Drop parent field from struct acpi_device")
Reported-by: Hanjun Guo <guohanjun@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
include/acpi/acpi_bus.h