Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

includecheck fix: um, helper.c

fix the following 'make includecheck' warning:

arch/um/os-Linux/helper.c: linux/limits.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: jdike@addtoit.com
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247064950.4382.45.camel@ht.satnam>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>

-1
-1
arch/um/os-Linux/helper.c
··· 15 15 #include "os.h" 16 16 #include "um_malloc.h" 17 17 #include "user.h" 18 - #include <linux/limits.h> 19 18 20 19 struct helper_data { 21 20 void (*pre_exec)(void*);