diff mbox

[1/8] powerpc/slb: Remove a duplicate extern variable

Message ID 1438153805-31828-1-git-send-email-khandual@linux.vnet.ibm.com (mailing list archive)
State Accepted
Delegated to: Michael Ellerman
Headers show

Commit Message

Anshuman Khandual July 29, 2015, 7:09 a.m. UTC
This patch just removes one redundant entry for one extern variable
'slb_compare_rr_to_size' from the scope. This patch does not change
any functionality.

Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
---
 arch/powerpc/mm/slb.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Ellerman Aug. 13, 2015, 1:44 a.m. UTC | #1
On Wed, 2015-29-07 at 07:09:58 UTC, Anshuman Khandual wrote:
> This patch just removes one redundant entry for one extern variable
> 'slb_compare_rr_to_size' from the scope. This patch does not change
> any functionality.
> 
> Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/752b8adec4a776b4fdf0

cheers
diff mbox

Patch

diff --git a/arch/powerpc/mm/slb.c b/arch/powerpc/mm/slb.c
index 6e450ca..62fafb3 100644
--- a/arch/powerpc/mm/slb.c
+++ b/arch/powerpc/mm/slb.c
@@ -253,7 +253,6 @@  static inline void patch_slb_encoding(unsigned int *insn_addr,
 	patch_instruction(insn_addr, insn);
 }
 
-extern u32 slb_compare_rr_to_size[];
 extern u32 slb_miss_kernel_load_linear[];
 extern u32 slb_miss_kernel_load_io[];
 extern u32 slb_compare_rr_to_size[];