um: Use char[] for linker script address declarations
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sun, 12 Oct 2014 11:02:12 +0000 (13:02 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 31 May 2015 11:14:06 +0000 (13:14 +0200)
The linker script defines some variables which are declared either with
type char[] in include/asm-generic/sections.h or with a meaningless
integer type in arch/um/include/asm/sections.h.

Fix this inconsistency by declaring every variable char[].

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found