mirror of https://gitee.com/openkylin/linux.git
Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"
This reverts commit7cb9318162
, since we did that patch twice, and the problem was already fixed earlier by78a34ae29b
. Reported-by: Andi Kleen <andi@firstfloor.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a14ad05f47
commit
d6606683a5
|
@ -17,7 +17,7 @@
|
|||
#include <linux/mutex.h>
|
||||
#include <linux/bootmem.h>
|
||||
#include <linux/sysfs.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <asm/page.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/io.h>
|
||||
|
|
Loading…
Reference in New Issue