Skip to content

Commit

Permalink
powerpc/8xx: add missing header in 8xx_mmu.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
  • Loading branch information
chleroy authored and Scott Wood committed Oct 23, 2018
1 parent e738c5f commit b6ae355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/mm/8xx_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <linux/memblock.h>
#include <linux/mmu_context.h>
#include <asm/fixmap.h>
#include <asm/code-patching.h>

Expand Down

0 comments on commit b6ae355

Please sign in to comment.