From 5b8bb2f94650da66cf4510cc04afb324697dcc3e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 2 Mar 2023 12:15:58 +0100 Subject: ARM: drop CONFIG_HAS_ASM_DEBUG_LL When CONFIG_HAS_ASM_DEBUG_LL is set then include/debug_ll.h includes asm/debug_ll.h, otherwise it includes mach/debug_ll.h. Drop this option and instead always include asm/debug_ll.h and include mach/debug_ll.h from there if necessary. This also adds the missing asm/debug_ll.h for architectures which previously did not have that file. Link: https://lore.barebox.org/20230302111606.1054037-6-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer --- arch/mips/include/asm/debug_ll.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/mips/include/asm/debug_ll.h (limited to 'arch/mips') diff --git a/arch/mips/include/asm/debug_ll.h b/arch/mips/include/asm/debug_ll.h new file mode 100644 index 0000000000..96e2082dc8 --- /dev/null +++ b/arch/mips/include/asm/debug_ll.h @@ -0,0 +1,6 @@ +#ifndef __ASM_MIPS_DEBUG_LL_H +#define __ASM_MIPS_DEBUG_LL_H + +#include + +#endif /* __ASM_MIPS_DEBUG_LL_H */ -- cgit v1.2.3