]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: Remove duplicate declaration of setbat()
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 25 Mar 2015 09:11:54 +0000 (20:11 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Apr 2015 07:15:13 +0000 (17:15 +1000)
commit911083350e010e23719a8ecb4dd5f170f22854eb
tree96f622329184b3268514f8fbc75f627f97a3f3be
parentbf4981a00636347ddcef3fc008e4dd979380a851
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>
arch/powerpc/mm/pgtable_32.c