From: Christophe Leroy Date: Thu, 18 Oct 2018 05:22:27 +0000 (+0000) Subject: powerpc/8xx: add missing header in 8xx_mmu.c X-Git-Tag: v4.20-rc1~24^2~9^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b6ae3550c8e2ca8f7ce1b7f04585dc12a0eb5cbd;p=uclinux-h8%2Flinux.git powerpc/8xx: add missing header in 8xx_mmu.c arch/powerpc/mm/8xx_mmu.c:174:6: error: no previous prototype for ‘set_context’ [-Werror=missing-prototypes] void set_context(unsigned long id, pgd_t *pgd) Signed-off-by: Christophe Leroy Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/mm/8xx_mmu.c b/arch/powerpc/mm/8xx_mmu.c index 36484a2ef915..64ee7597380e 100644 --- a/arch/powerpc/mm/8xx_mmu.c +++ b/arch/powerpc/mm/8xx_mmu.c @@ -13,6 +13,7 @@ */ #include +#include #include #include