]> git.itanic.dy.fi Git - linux-stable/commitdiff
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)
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

index 19aff808bbb853bfa9b82e0a1c45ea7659ec10e0..8d5126963dc790ef96b5d0e40efce706d0312a13 100644 (file)
@@ -9,8 +9,6 @@
 #include <linux/idr.h>
 #include <linux/io.h>
 
-#include <linux/arm-smccc.h>
-
 static struct acpi_ffh_info ffh_ctx;
 
 int __weak acpi_ffh_address_space_arch_setup(void *handler_ctxt,