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>
This commit is contained in:
parent
dcca2bde4f
commit
39e91e4331
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <linux/mmzone.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/mmzone.h>
|
||||
#include <linux/notifier.h>
|
||||
|
||||
struct page;
|
||||
|
|
Loading…
Reference in a new issue