Skip to content

Commit 588b51d

Browse files
YueHaibingrafaeljw
authored andcommitted
ACPI: Remove unused extern declaration acpi_paddr_to_node()
This is never used since commit 1e3590e ("[PATCH] pgdat allocation for new node add (get node id by acpi)"). Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent fc001b3 commit 588b51d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/acpi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,6 @@ static inline int acpi_get_node(acpi_handle handle)
477477
return 0;
478478
}
479479
#endif
480-
extern int acpi_paddr_to_node(u64 start_addr, u64 size);
481-
482480
extern int pnpacpi_disabled;
483481

484482
#define PXM_INVAL (-1)

0 commit comments

Comments
 (0)