From: Jaswinder Singh Rajput Date: Sun, 20 Sep 2009 09:11:40 +0000 (+0530) Subject: includecheck fix: um, helper.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=edf382bc6d4429d796fc3b26f7a33eaeca9db8ec;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Cc: jdike@addtoit.com Cc: Sam Ravnborg LKML-Reference: <1247064950.4382.45.camel@ht.satnam> Acked-by: WANG Cong --- diff --git a/arch/um/os-Linux/helper.c b/arch/um/os-Linux/helper.c index 30860b89ec58..b6b1096152aa 100644 --- a/arch/um/os-Linux/helper.c +++ b/arch/um/os-Linux/helper.c @@ -15,7 +15,6 @@ #include "os.h" #include "um_malloc.h" #include "user.h" -#include struct helper_data { void (*pre_exec)(void*);