Skip to content

Commit 888cdbc

Browse files
djbwtorvalds
authored andcommitted
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>
1 parent 083fc21 commit 888cdbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/hugetlb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <linux/cgroup.h>
99
#include <linux/list.h>
1010
#include <linux/kref.h>
11+
#include <asm/pgtable.h>
1112

1213
struct ctl_table;
1314
struct user_struct;

0 commit comments

Comments
 (0)