]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fix-up code base for v4.1.12-46 merge
authorChuck Anderson <chuck.anderson@oracle.com>
Mon, 30 May 2016 10:03:02 +0000 (03:03 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 30 May 2016 10:03:02 +0000 (03:03 -0700)
Orabug: 22729791

Commit:
bd52d0fd57c96146f8d1838588753ab9dabcd2fe:
sparc64: Log warning for invalid hugepages boot param
Removes "#include <linux/dtrace_os.h>" from arch/sparc/mm/fault_64.c.

The topic/uek-4.1/sparc code base has:
    #include <linux/context_tracking.h>
    #include <linux/hugetlb.h>
    #include <linux/dtrace_os.h>

v4.1.12-46 has:
    #include <linux/context_tracking.h>
    #include <linux/dtrace_os.h>

Remove "#include <linux/hugetlb.h>" so that bd52d0fd57 will merge with
v4.1.12-46.

Signed-off-by: Chuck Anderson <chuck.anderson@oracle.com>
arch/sparc/mm/fault_64.c

index 8d0a27fdee9aeb0600f991082ad92262a13b7982..181e933e8c8815dc9383f0889e345190e8f4ad1c 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/kdebug.h>
 #include <linux/percpu.h>
 #include <linux/context_tracking.h>
-#include <linux/hugetlb.h>
 
 #include <asm/page.h>
 #include <asm/pgtable.h>