commit | 05eacfd00ccf239a24cfb409b084fa126c2e9468 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | Sun Oct 12 13:02:12 2014 +0200 |
committer | Richard Weinberger <richard@nod.at> | Sun May 31 13:14:06 2015 +0200 |
tree | b6ea71d773250a5e824d969080542bde4e223932 | |
parent | d5f20be7cab85e6e701751323eea77c7935ae522 [diff] |
um: Use char[] for linker script address declarations 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>