All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kmemcheck: includecheck fix for shadow.c
@ 2009-08-09 12:36 Jaswinder Singh Rajput
  2009-08-10 13:27 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-08-09 12:36 UTC (permalink / raw)
  To: Catalin Marinas, LKML


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@gmail.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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kmemcheck: includecheck fix for shadow.c
  2009-08-09 12:36 [PATCH] kmemcheck: includecheck fix for shadow.c Jaswinder Singh Rajput
@ 2009-08-10 13:27 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2009-08-10 13:27 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: LKML, vegardno, Pekka Enberg

On Sun, 2009-08-09 at 18:06 +0530, Jaswinder Singh Rajput wrote:
> 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@gmail.com>

I think this should have been sent to the kmemcheck maintainers (I
maintain kmemleak - pretty confusing names).

-- 
Catalin


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-10 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-09 12:36 [PATCH] kmemcheck: includecheck fix for shadow.c Jaswinder Singh Rajput
2009-08-10 13:27 ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.