summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2012-03-26 01:30:32 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-26 01:30:32 -0700
commit976099436779e4a133d24050de85efecc79bbda7 (patch)
tree459d6727c28f8c751abc208a37163758ddf212cd /arch
parentd6bc86d29add591013b48f4372f3cec904b1a4bb (diff)
fixup: colin's l2x0_init __init
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch')
-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)