Skip to content

Commit

Permalink
includecheck fix: um, helper.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent 4765d68 commit edf382b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/os-Linux/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*);
Expand Down

0 comments on commit edf382b

Please sign in to comment.