diff options
author | Ryan Mallon <rmallon@gmail.com> | 2012-01-11 06:43:02 +0400 |
---|---|---|
committer | Ryan Mallon <rmallon@gmail.com> | 2012-03-14 04:43:06 +0400 |
commit | 999c53fb2200070bdb8923c1894f9e14a5ec2de3 (patch) | |
tree | dd8090b60020cd6629d36899780b9f87023c26f6 /arch/arm/mach-ep93xx/core.c | |
parent | 08932d81961b1c57870949d069ce2dad235da443 (diff) | |
download | linux-999c53fb2200070bdb8923c1894f9e14a5ec2de3.tar.xz |
ep93xx: Make syscon access functions private to SoC
The syscon access functions are no longer used outside of the core
EP93xx code. Move their definitions into the SoC code.
Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
Diffstat (limited to 'arch/arm/mach-ep93xx/core.c')
-rw-r--r-- | arch/arm/mach-ep93xx/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index bab6e470cbd7..c9511fe06649 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c @@ -205,7 +205,6 @@ void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg) spin_unlock_irqrestore(&syscon_swlock, flags); } -EXPORT_SYMBOL(ep93xx_syscon_swlocked_write); void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits) { @@ -222,7 +221,6 @@ void ep93xx_devcfg_set_clear(unsigned int set_bits, unsigned int clear_bits) spin_unlock_irqrestore(&syscon_swlock, flags); } -EXPORT_SYMBOL(ep93xx_devcfg_set_clear); /** * ep93xx_chip_revision() - returns the EP93xx chip revision |