2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 15:43:59 +08:00
linux-next/arch/um/kernel/skas
Nicolas Iooss 05eacfd00c 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>
2015-05-31 13:14:06 +02:00
..
clone.c um: get rid of pointless include "..." where include <...> will do 2012-10-09 22:28:45 +02:00
Makefile uml: style fixes pass 3 2007-10-16 09:43:05 -07:00
mmu.c um: Use char[] for linker script address declarations 2015-05-31 13:14:06 +02:00
process.c um: Remove broken SMP support 2015-04-13 21:00:58 +02:00
syscall.c um: get rid of pointless include "..." where include <...> will do 2012-10-09 22:28:45 +02:00
uaccess.c um: Fix return value of strnlen_user() 2013-07-19 10:45:17 +02:00