Skip to content

Commit 94df7fe

Browse files
thomasmeyrichardweinberger
authored andcommitted
um: v2: Use generic NOTES macro
Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent e909983 commit 94df7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/include/asm/common.lds.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
PROVIDE (_unprotected_end = .);
1616

1717
. = ALIGN(4096);
18-
.note : { *(.note.*) }
18+
NOTES
1919
EXCEPTION_TABLE(0)
2020

2121
BUG_TABLE

0 commit comments

Comments
 (0)