[PATCH] arm64: memory: remove duplicated include

Wang Jinchao posted 1 patch 2 years ago
arch/arm64/include/asm/memory.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: memory: remove duplicated include
Posted by Wang Jinchao 2 years ago
remove duplicated include

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
 arch/arm64/include/asm/memory.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/include/asm/memory.h b/arch/arm64/include/asm/memory.h
index fde4186cc387..27fc302a6d70 100644
--- a/arch/arm64/include/asm/memory.h
+++ b/arch/arm64/include/asm/memory.h
@@ -407,6 +407,5 @@ void dump_mem_limit(void);
 #define INIT_MEMBLOCK_MEMORY_REGIONS	(INIT_MEMBLOCK_REGIONS * 8)
 #endif
 
-#include <asm-generic/memory_model.h>
 
 #endif /* __ASM_MEMORY_H */
-- 
2.40.0
Re: [PATCH] arm64: memory: remove duplicated include
Posted by Will Deacon 2 years ago
On Fri, 15 Dec 2023 14:40:08 +0800, Wang Jinchao wrote:
> remove duplicated include
> 
> 

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

[1/1] arm64: memory: remove duplicated include
      https://git.kernel.org/arm64/c/5cc5ed7a668d

Cheers,
-- 
Will

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