Commit 39e91e433169bdfd5a312654e5988986662afd7f

Authored by Jesper Juhl
Committed by Linus Torvalds
1 parent dcca2bde4f

Clean up duplicate includes in include/linux/memory_hotplug.h

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

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/linux/memory_hotplug.h
... ... @@ -3,7 +3,6 @@
3 3  
4 4 #include <linux/mmzone.h>
5 5 #include <linux/spinlock.h>
6   -#include <linux/mmzone.h>
7 6 #include <linux/notifier.h>
8 7  
9 8 struct page;