public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] arm64: mm: Remove unused declaration early_io_map()
@ 2024-08-05 14:00 Yue Haibing
  2024-08-05 14:55 ` Catalin Marinas
  2024-08-16 15:16 ` Will Deacon
  0 siblings, 2 replies; 4+ messages in thread
From: Yue Haibing @ 2024-08-05 14:00 UTC (permalink / raw)
  To: catalin.marinas, will, ardb, msalter
  Cc: linux-arm-kernel, linux-kernel, yuehaibing

Commit bf4b558eba92 ("arm64: add early_ioremap support") removed the
implementation but leave declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 arch/arm64/include/asm/mmu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/include/asm/mmu.h b/arch/arm64/include/asm/mmu.h
index 65977c7783c5..fc414cfd337e 100644
--- a/arch/arm64/include/asm/mmu.h
+++ b/arch/arm64/include/asm/mmu.h
@@ -63,7 +63,6 @@ static inline bool arm64_kernel_unmapped_at_el0(void)
 extern void arm64_memblock_init(void);
 extern void paging_init(void);
 extern void bootmem_init(void);
-extern void __iomem *early_io_map(phys_addr_t phys, unsigned long virt);
 extern void create_mapping_noalloc(phys_addr_t phys, unsigned long virt,
 				   phys_addr_t size, pgprot_t prot);
 extern void create_pgd_mapping(struct mm_struct *mm, phys_addr_t phys,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] arm64: mm: Remove unused declaration early_io_map()
  2024-08-05 14:00 [PATCH -next] arm64: mm: Remove unused declaration early_io_map() Yue Haibing
@ 2024-08-05 14:55 ` Catalin Marinas
  2024-08-06  6:06   ` Anshuman Khandual
  2024-08-16 15:16 ` Will Deacon
  1 sibling, 1 reply; 4+ messages in thread
From: Catalin Marinas @ 2024-08-05 14:55 UTC (permalink / raw)
  To: Yue Haibing; +Cc: will, ardb, msalter, linux-arm-kernel, linux-kernel

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@huawei.com>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

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.

-- 
Catalin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] arm64: mm: Remove unused declaration early_io_map()
  2024-08-05 14:55 ` Catalin Marinas
@ 2024-08-06  6:06   ` Anshuman Khandual
  0 siblings, 0 replies; 4+ messages in thread
From: Anshuman Khandual @ 2024-08-06  6:06 UTC (permalink / raw)
  To: Catalin Marinas, Yue Haibing
  Cc: will, ardb, msalter, linux-arm-kernel, linux-kernel



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@huawei.com>
> 
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
> 
> 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@arm.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH -next] arm64: mm: Remove unused declaration early_io_map()
  2024-08-05 14:00 [PATCH -next] arm64: mm: Remove unused declaration early_io_map() Yue Haibing
  2024-08-05 14:55 ` Catalin Marinas
@ 2024-08-16 15:16 ` Will Deacon
  1 sibling, 0 replies; 4+ messages in thread
From: Will Deacon @ 2024-08-16 15:16 UTC (permalink / raw)
  To: catalin.marinas, ardb, msalter, Yue Haibing
  Cc: kernel-team, Will Deacon, linux-arm-kernel, linux-kernel

On Mon, 05 Aug 2024 22:00:38 +0800, Yue Haibing wrote:
> Commit bf4b558eba92 ("arm64: add early_ioremap support") removed the
> implementation but leave declaration.
> 
> 

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: mm: Remove unused declaration early_io_map()
      https://git.kernel.org/arm64/c/4960f9a5a5ac

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-16 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 14:00 [PATCH -next] arm64: mm: Remove unused declaration early_io_map() Yue Haibing
2024-08-05 14:55 ` Catalin Marinas
2024-08-06  6:06   ` Anshuman Khandual
2024-08-16 15:16 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox