Commit 097e727b authored by Sudeep Holla's avatar Sudeep Holla Committed by Rafael J. Wysocki

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: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 858fd168
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include <linux/idr.h> #include <linux/idr.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/arm-smccc.h>
static struct acpi_ffh_info ffh_ctx; static struct acpi_ffh_info ffh_ctx;
int __weak acpi_ffh_address_space_arch_setup(void *handler_ctxt, int __weak acpi_ffh_address_space_arch_setup(void *handler_ctxt,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment