On Fri, 22 Jul 2022 18:53:31 -0700, Peter Collingbourne wrote: > As of commit 18250b43f7b6 ("of: fdt: Remove > early_init_dt_reserve_memory_arch() override capability") this is > no longer an arch hook, so rename it to remove the confusing _arch > suffix. Also remove some unnecessary indirection from all but one of > the callers by calling memblock_reserve() directly instead. > > Signed-off-by: Peter Collingbourne <pcc@xxxxxxxxxx> > Link: https://linux-review.googlesource.com/id/I3362bdd92ae6e47e8f5bac01aa228d32f9d01aad > --- > drivers/of/fdt.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > Applied, thanks!