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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)