aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <[email protected]>2009-09-20 14:41:40 +0530
committerJaswinder Singh Rajput <[email protected]>2009-09-20 15:59:20 +0530
commitedf382bc6d4429d796fc3b26f7a33eaeca9db8ec (patch)
tree3e93b95c064cab1687d110bb124997d9d3578b52
parent4765d681a4dccdc6ded7dd20329f5498aa53b0d0 (diff)
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 <[email protected]> Cc: [email protected] Cc: Sam Ravnborg <[email protected]> LKML-Reference: <[email protected]> Acked-by: WANG Cong <[email protected]>
-rw-r--r--arch/um/os-Linux/helper.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/limits.h>
struct helper_data {
void (*pre_exec)(void*);