Commit 7b274efe authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Michal Simek

ARM: zynq: Make zynq_slcr_base static

The pointer doesn't need to be passed around any more.
Make it static.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent b0504e39
...@@ -34,7 +34,6 @@ extern int zynq_cpun_start(u32 address, int cpu); ...@@ -34,7 +34,6 @@ extern int zynq_cpun_start(u32 address, int cpu);
extern struct smp_operations zynq_smp_ops __initdata; extern struct smp_operations zynq_smp_ops __initdata;
#endif #endif
extern void __iomem *zynq_slcr_base;
extern void __iomem *zynq_scu_base; extern void __iomem *zynq_scu_base;
/* Hotplug */ /* Hotplug */
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define SLCR_A9_CPU_CLKSTOP 0x10 #define SLCR_A9_CPU_CLKSTOP 0x10
#define SLCR_A9_CPU_RST 0x1 #define SLCR_A9_CPU_RST 0x1
void __iomem *zynq_slcr_base; static void __iomem *zynq_slcr_base;
static struct regmap *zynq_slcr_regmap; static struct regmap *zynq_slcr_regmap;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment