From: YueHaibing Date: Sat, 22 Jul 2023 02:55:05 +0000 (+0800) Subject: ACPI: Remove unused extern declaration acpi_paddr_to_node() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=588b51ddc7dc96c4876e71bc155bd38a6bd59a14;p=linux.git ACPI: Remove unused extern declaration acpi_paddr_to_node() This is never used since commit 1e3590e2e4a3 ("[PATCH] pgdat allocation for new node add (get node id by acpi)"). Signed-off-by: YueHaibing Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 641dc48439873..58a0fdf68ca23 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -477,8 +477,6 @@ static inline int acpi_get_node(acpi_handle handle) return 0; } #endif -extern int acpi_paddr_to_node(u64 start_addr, u64 size); - extern int pnpacpi_disabled; #define PXM_INVAL (-1)