summaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h
diff options
context:
space:
mode:
authorDan Williams2016-01-16 01:56:32 +0100
committerLinus Torvalds2016-01-16 02:56:32 +0100
commit888cdbc2c9a76a0e450f533b1957cdbfe7d483d5 (patch)
treeaf67ddc49187eafb863c5061c9490c6dac222bfe /include/linux/hugetlb.h
parentavr32: convert to asm-generic/memory_model.h (diff)
downloadkernel-qcow2-linux-888cdbc2c9a76a0e450f533b1957cdbfe7d483d5.tar.gz
kernel-qcow2-linux-888cdbc2c9a76a0e450f533b1957cdbfe7d483d5.tar.xz
kernel-qcow2-linux-888cdbc2c9a76a0e450f533b1957cdbfe7d483d5.zip
hugetlb: fix compile error on tile
Inlude asm/pgtable.h to get the definition for pud_t to fix: include/linux/hugetlb.h:203:29: error: unknown type name 'pud_t' Signed-off-by: Dan Williams <dan.j.williams@intel.com> Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Sudeep Holla <sudeep.holla@arm.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/hugetlb.h')
-rw-r--r--include/linux/hugetlb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
index e76574d8f9b5..7d953c2542a8 100644
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -8,6 +8,7 @@
#include <linux/cgroup.h>
#include <linux/list.h>
#include <linux/kref.h>
+#include <asm/pgtable.h>
struct ctl_table;
struct user_struct;