]> git.itanic.dy.fi Git - linux-stable/commit
ACPI: FFH: Drop the inclusion of linux/arm-smccc.h
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 5 Jun 2023 10:35:36 +0000 (11:35 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jun 2023 17:28:20 +0000 (19:28 +0200)
commit097e727b585a9031e04e5c883e02c05ee8c6c901
treee25eb06b508381d73666b3049a125b426f1293a7
parent858fd168a95c5b9669aac8db6c14a9aeab446375
ACPI: FFH: Drop the inclusion of linux/arm-smccc.h

The inclusion of linux/arm-smccc.h in acpi_ffh is unnecessary and can
be even termed wrong. It is needed in the arm64 architecture callback
implementation and probably is the leftover from the missed cleanup of
the initial implementation.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_ffh.c