projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14ad05
)
Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"
author
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 6 Aug 2008 19:04:54 +0000
(12:04 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 6 Aug 2008 19:04:54 +0000
(12:04 -0700)
This reverts commit
7cb93181629c613ee2b8f4ffe3446f8003074842
, since we
did that patch twice, and the problem was already fixed earlier by
78a34ae29bf1c9df62a5bd0f0798b6c62a54d520
.
Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/hugetlb.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/hugetlb.c
b/mm/hugetlb.c
index 28a2980ee4359cb43bcc530c22e3906c5169dbab..757ca983fd99cba4b73c563da5c0bb34c1ee396d 100644
(file)
--- a/
mm/hugetlb.c
+++ b/
mm/hugetlb.c
@@
-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>