Skip to content

Commit 097e727

Browse files
sudeep-hollarafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 858fd16 commit 097e727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/acpi/acpi_ffh.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include <linux/idr.h>
1010
#include <linux/io.h>
1111

12-
#include <linux/arm-smccc.h>
13-
1412
static struct acpi_ffh_info ffh_ctx;
1513

1614
int __weak acpi_ffh_address_space_arch_setup(void *handler_ctxt,

0 commit comments

Comments
 (0)