summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/include/asm/hardware/cache-l2x0.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h
index 0f709a812c0e..8c50f3867789 100644
--- a/arch/arm/include/asm/hardware/cache-l2x0.h
+++ b/arch/arm/include/asm/hardware/cache-l2x0.h
@@ -106,7 +106,6 @@
#define REV_PL310_R2P0 4
#ifndef __ASSEMBLY__
-extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
extern void l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
extern void l2x0_enable(void);
#if defined(CONFIG_CACHE_L2X0) && defined(CONFIG_OF)