summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman2015-03-25 10:11:54 +0100
committerMichael Ellerman2015-04-07 09:15:13 +0200
commit911083350e010e23719a8ecb4dd5f170f22854eb (patch)
tree96f622329184b3268514f8fbc75f627f97a3f3be /arch/powerpc
parentpowerpc: Remove the celleb support (diff)
downloadkernel-qcow2-linux-911083350e010e23719a8ecb4dd5f170f22854eb.tar.gz
kernel-qcow2-linux-911083350e010e23719a8ecb4dd5f170f22854eb.tar.xz
kernel-qcow2-linux-911083350e010e23719a8ecb4dd5f170f22854eb.zip
powerpc/mm: Remove duplicate declaration of setbat()
This is already declared in mmu_decl.h, so we don't need a second version in the C file. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/mm/pgtable_32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c
index 24f304a9a095..1bc1762f358d 100644
--- a/arch/powerpc/mm/pgtable_32.c
+++ b/arch/powerpc/mm/pgtable_32.c
@@ -54,9 +54,6 @@ extern char etext[], _stext[];
#ifdef HAVE_BATS
extern phys_addr_t v_mapped_by_bats(unsigned long va);
extern unsigned long p_mapped_by_bats(phys_addr_t pa);
-void setbat(int index, unsigned long virt, phys_addr_t phys,
- unsigned int size, int flags);
-
#else /* !HAVE_BATS */
#define v_mapped_by_bats(x) (0UL)
#define p_mapped_by_bats(x) (0UL)