[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090709162807.GD5208@lenovo>
Date: Thu, 9 Jul 2009 20:28:07 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, x86 maintainers <x86@...nel.org>,
Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>,
Vegard Nossum <vegard.nossum@...il.com>
Subject: Re: [PATCH 20/44] includecheck fix: x86, shadow.c
[Jaswinder Singh Rajput - Wed, Jul 08, 2009 at 08:29:39PM +0530]
|
| fix the following 'make includecheck' warning:
|
| arch/x86/mm/kmemcheck/shadow.c: linux/module.h is included more than once.
|
| Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
| ---
| arch/x86/mm/kmemcheck/shadow.c | 1 -
| 1 files changed, 0 insertions(+), 1 deletions(-)
|
| diff --git a/arch/x86/mm/kmemcheck/shadow.c b/arch/x86/mm/kmemcheck/shadow.c
| index e773b6b..3f66b82 100644
| --- a/arch/x86/mm/kmemcheck/shadow.c
| +++ b/arch/x86/mm/kmemcheck/shadow.c
| @@ -1,7 +1,6 @@
| #include <linux/kmemcheck.h>
| #include <linux/module.h>
| #include <linux/mm.h>
| -#include <linux/module.h>
|
| #include <asm/page.h>
| #include <asm/pgtable.h>
| --
| 1.6.0.6
|
Better to CC Vegard on this.
-- Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists