From: Thomas Meyer Date: Fri, 7 Jul 2017 09:17:31 +0000 (+0200) Subject: um: v2: Use generic NOTES macro X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=94df7fe0d3e6418113783ff646507287c233e1e3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git um: v2: Use generic NOTES macro Signed-off-by: Thomas Meyer Signed-off-by: Richard Weinberger --- diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S index 133055311dce..9e6d5997cfc4 100644 --- a/arch/um/include/asm/common.lds.S +++ b/arch/um/include/asm/common.lds.S @@ -15,7 +15,7 @@ PROVIDE (_unprotected_end = .); . = ALIGN(4096); - .note : { *(.note.*) } + NOTES EXCEPTION_TABLE(0) BUG_TABLE