Robert Richter wrote: > With the removal of the Itanium architecture [1] the last architecture > dependent functions: > > acpi_numa_slit_init(), acpi_numa_memory_affinity_init() > > were removed. Remove its remainings in the header files too an make > them static. > > [1] commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture") > > Signed-off-by: Robert Richter <rrichter@xxxxxxx> > --- > drivers/acpi/numa/srat.c | 17 ++--------------- > include/linux/acpi.h | 5 ----- > 2 files changed, 2 insertions(+), 20 deletions(-) Looks good, Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>