mbox series

[0/3] cleanups for ARM64 ACPI

Message ID 20240808131522.1032431-1-guohanjun@huawei.com
Headers show
Series cleanups for ARM64 ACPI | expand

Message

Hanjun Guo Aug. 8, 2024, 1:15 p.m. UTC
Remove some leftover functions in asm/acpi.h, and ACPI NUMA
code are not strictly arch specific, move them to drivers/acpi/arm64/.

Hanjun Guo (3):
  ARM64: ACPI: Remove the leftover acpi_init_cpus()
  ARM64: ACPI: Remove the leftover arm64_acpi_numa_init()
  ARM64: ACPI: Move the NUMA code to drivers/acpi/arm64/

 arch/arm64/include/asm/acpi.h                        | 12 ------------
 arch/arm64/kernel/Makefile                           |  1 -
 drivers/acpi/arm64/Makefile                          |  1 +
 .../arm64/kernel => drivers/acpi/arm64}/acpi_numa.c  |  0
 include/linux/acpi.h                                 |  4 ++++
 5 files changed, 5 insertions(+), 13 deletions(-)
 rename {arch/arm64/kernel => drivers/acpi/arm64}/acpi_numa.c (100%)