kernel-ark/arch/um/kernel
Paolo 'Blaisorblade' Giarrusso efb0372bba [PATCH] uml: fix compile warning after consolidation patch
The header declaring this function wasn't included, so the function declaration
was totally bogus wrt. the proto - even if this wasn't going to fail at all.

It was so bad that the compile warning I got was "control reaches end of
non-void function", i.e. missing return. Actually, this has been there for ages,
the consolidation patch just added the warning which was needed to clean it up.
Nice. Really.

Cc: Allan Graves <allan.graves@gmail.com>
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-21 16:16:30 -07:00
..
skas [PATCH] uml: remove verify_area_{tt,skas} 2005-09-21 16:16:29 -07:00
tt [PATCH] uml: fix compile warning after consolidation patch 2005-09-21 16:16:30 -07:00
asm-offsets.c
config.c.in
dyn.lds.S
exec_kern.c
exitcode.c
gmon_syms.c
gprof_syms.c
helper.c [PATCH] uml: preserve errno in error paths 2005-09-17 11:50:00 -07:00
init_task.c [PATCH] uml: move libc code out of mem_user.c and tempfile.c 2005-09-17 11:50:00 -07:00
initrd.c
irq_user.c
irq.c
ksyms.c
main.c
Makefile [PATCH] uml: merge mem_user.c and mem.c 2005-09-17 11:50:00 -07:00
mem.c [PATCH] uml: merge mem_user.c and mem.c 2005-09-17 11:50:00 -07:00
physmem.c
process_kern.c [PATCH] uml: breakpoint an arbitrary thread 2005-09-17 11:49:59 -07:00
ptrace.c
reboot.c
resource.c
sigio_kern.c
sigio_user.c
signal_kern.c
signal_user.c
smp.c
syscall_kern.c
syscall.c
sysrq.c
time_kern.c
time.c
tlb.c [PATCH] uml: move libc code out of mem_user.c and tempfile.c 2005-09-17 11:50:00 -07:00
trap_kern.c [PATCH] uml: avoid already done dirtying 2005-09-10 12:00:18 -07:00
trap_user.c
tty_log.c
uaccess_user.c
um_arch.c [PATCH] uml: move libc code out of mem_user.c and tempfile.c 2005-09-17 11:50:00 -07:00
umid.c
uml.lds.S
user_util.c [PATCH] uml: fix uname output on 32-bit binary on 64-bit host 2005-09-21 16:16:30 -07:00
vmlinux.lds.S