Commit 9d9f2ccc authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>



This patch make inclusion of mmu_decl.h independant of the location
of the file including it.

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 71faf814
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
#include <asm/machdep.h>
#include <asm/setup.h>

#include "mmu_decl.h"
#include <mm/mmu_decl.h>

extern int __map_without_ltlbs;
/*
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include <asm/cacheflush.h>
#include <asm/code-patching.h>

#include "mmu_decl.h"
#include <mm/mmu_decl.h>

/* Used by the 44x TLB replacement exception handler.
 * Just needed it declared someplace.
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include <asm/fixmap.h>
#include <asm/code-patching.h>

#include "mmu_decl.h"
#include <mm/mmu_decl.h>

#define IMMR_SIZE (FIX_IMMR_SIZE << PAGE_SHIFT)

+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#include <asm/tlbflush.h>
#include <asm/dma.h>

#include "mmu_decl.h"
#include <mm/mmu_decl.h>

/*
 * This address range defaults to a value that is safe for all
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
#include <asm/setup.h>
#include <asm/paca.h>

#include "mmu_decl.h"
#include <mm/mmu_decl.h>

unsigned int tlbcam_index;

Loading