diff options
| author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 05:11:40 -0400 |
|---|---|---|
| committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 06:29:20 -0400 |
| commit | edf382bc6d4429d796fc3b26f7a33eaeca9db8ec (patch) | |
| tree | 3e93b95c064cab1687d110bb124997d9d3578b52 /arch/um | |
| parent | 4765d681a4dccdc6ded7dd20329f5498aa53b0d0 (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 <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>
Diffstat (limited to 'arch/um')
| -rw-r--r-- | arch/um/os-Linux/helper.c | 1 |
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 @@ | |||
| 15 | #include "os.h" | 15 | #include "os.h" |
| 16 | #include "um_malloc.h" | 16 | #include "um_malloc.h" |
| 17 | #include "user.h" | 17 | #include "user.h" |
| 18 | #include <linux/limits.h> | ||
| 19 | 18 | ||
| 20 | struct helper_data { | 19 | struct helper_data { |
| 21 | void (*pre_exec)(void*); | 20 | void (*pre_exec)(void*); |
