summaryrefslogtreecommitdiff
path: root/include/linux/ptdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ptdump.h')
-rw-r--r--include/linux/ptdump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ptdump.h b/include/linux/ptdump.h
index b28f3f2acf90..a67065c403c3 100644
--- a/include/linux/ptdump.h
+++ b/include/linux/ptdump.h
@@ -17,6 +17,6 @@ struct ptdump_state {
const struct ptdump_range *range;
};
-void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm);
+void ptdump_walk_pgd(struct ptdump_state *st, struct mm_struct *mm, pgd_t *pgd);
#endif /* _LINUX_PTDUMP_H */