* [PATCH 17/44] includecheck fix: um, helper.c
[not found] <1247063308.4382.12.camel@ht.satnam>
@ 2009-07-08 14:55 ` Jaswinder Singh Rajput
2009-07-10 8:51 ` Amerigo Wang
0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-07-08 14:55 UTC (permalink / raw)
To: jdike, user-mode-linux-devel, Sam Ravnborg, LKML
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>
---
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 30860b8..b6b1096 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*);
--
1.6.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 17/44] includecheck fix: um, helper.c
2009-07-08 14:55 ` [PATCH 17/44] includecheck fix: um, helper.c Jaswinder Singh Rajput
@ 2009-07-10 8:51 ` Amerigo Wang
0 siblings, 0 replies; 2+ messages in thread
From: Amerigo Wang @ 2009-07-10 8:51 UTC (permalink / raw)
To: Jaswinder Singh Rajput; +Cc: jdike, user-mode-linux-devel, Sam Ravnborg, LKML
On Wed, Jul 08, 2009 at 08:25:50PM +0530, Jaswinder Singh Rajput wrote:
>
>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>
>---
> 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 30860b8..b6b1096 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*);
Definitely yes.
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-10 8:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1247063308.4382.12.camel@ht.satnam>
2009-07-08 14:55 ` [PATCH 17/44] includecheck fix: um, helper.c Jaswinder Singh Rajput
2009-07-10 8:51 ` Amerigo Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox