Skip to content

Commit

Permalink
Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"
Browse files Browse the repository at this point in the history
This reverts commit 7cb9318, since we
did that patch twice, and the problem was already fixed earlier by
78a34ae.

Reported-by: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
torvalds committed Aug 6, 2008
1 parent a14ad05 commit d660668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d660668

Please sign in to comment.