diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-16 01:24:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:42:52 -0700 |
commit | 39e91e433169bdfd5a312654e5988986662afd7f (patch) | |
tree | 65e3e1fb9cc506b59be14cf58d3fb0d309be3119 /include | |
parent | dcca2bde4f86a14d3291660bede8f1844fe2b3df (diff) | |
download | op-kernel-dev-39e91e433169bdfd5a312654e5988986662afd7f.zip op-kernel-dev-39e91e433169bdfd5a312654e5988986662afd7f.tar.gz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/memory_hotplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |