mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][22/37] Clean up duplicate includes in include/linux/memory_hotplug.h
@ 2007-07-21 15:03 Jesper Juhl
  2007-07-23  6:28 ` Yasunori Goto
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2007-07-21 15:03 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Andrew Morton, Jesper Juhl, Andi Kleen, Yasunori Goto,
	KAMEZAWA Hiroyuki, Dave Hansen

Hi,

This patch cleans up duplicate includes in
	include/linux/memory_hotplug.h


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h
index 7b54666..b573d1e 100644
--- a/include/linux/memory_hotplug.h
+++ b/include/linux/memory_hotplug.h
@@ -3,7 +3,6 @@
 
 #include <linux/mmzone.h>
 #include <linux/spinlock.h>
-#include <linux/mmzone.h>
 #include <linux/notifier.h>
 
 struct page;

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

* Re: [PATCH][22/37] Clean up duplicate includes in include/linux/memory_hotplug.h
  2007-07-21 15:03 [PATCH][22/37] Clean up duplicate includes in include/linux/memory_hotplug.h Jesper Juhl
@ 2007-07-23  6:28 ` Yasunori Goto
  0 siblings, 0 replies; 2+ messages in thread
From: Yasunori Goto @ 2007-07-23  6:28 UTC (permalink / raw)
  To: Jesper Juhl
  Cc: Linux Kernel Mailing List, Andrew Morton, Andi Kleen,
	KAMEZAWA Hiroyuki, Dave Hansen


Oops. This should be.... 
Thanks!

Acked-by: Yasunori Goto <y-goto@jp.fujitsu.com>


> Hi,
> 
> This patch cleans up duplicate includes in
> 	include/linux/memory_hotplug.h
> 
> 
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
> ---
> 
> diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h
> index 7b54666..b573d1e 100644
> --- a/include/linux/memory_hotplug.h
> +++ b/include/linux/memory_hotplug.h
> @@ -3,7 +3,6 @@
>  
>  #include <linux/mmzone.h>
>  #include <linux/spinlock.h>
> -#include <linux/mmzone.h>
>  #include <linux/notifier.h>
>  
>  struct page;

-- 
Yasunori Goto 



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

end of thread, other threads:[~2007-07-23  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-21 15:03 [PATCH][22/37] Clean up duplicate includes in include/linux/memory_hotplug.h Jesper Juhl
2007-07-23  6:28 ` Yasunori Goto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome