Commit 588b51dd authored by YueHaibing's avatar YueHaibing Committed by Rafael J. Wysocki

ACPI: Remove unused extern declaration acpi_paddr_to_node()

This is never used since commit 1e3590e2 ("[PATCH] pgdat allocation
for new node add (get node id by acpi)").
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent fc001b36
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment