Re: [PATCH -next] arm64: mm: Remove unused declaration early_io_map()
From: Anshuman Khandual
Date: Tue Aug 06 2024 - 02:07:08 EST
On 8/5/24 20:25, Catalin Marinas wrote:
> On Mon, Aug 05, 2024 at 10:00:38PM +0800, Yue Haibing wrote:
>> Commit bf4b558eba92 ("arm64: add early_ioremap support") removed the
>> implementation but leave declaration.
>>
>> Signed-off-by: Yue Haibing <yuehaibing@xxxxxxxxxx>
>
> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>
>
> The '-next' in the subject confused me a bit. We normally use it when we
> fix something that's in linux-next only. Anyway, the patch looks good
> for 6.12.
Right, this did not require an -next tag in there as the patch can be
applied on latest mainline release i.e v6.11-rc2.
Reviewed-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>