projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e6606
)
ARM: tegra: tegra_init_cache should be static
author
Olof Johansson
<olof@lixom.net>
Fri, 9 Sep 2011 00:31:32 +0000
(17:31 -0700)
committer
Olof Johansson
<olof@lixom.net>
Thu, 13 Oct 2011 21:08:28 +0000
(14:08 -0700)
Not exported and not used externally.
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-tegra/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/common.c
b/arch/arm/mach-tegra/common.c
index
d5e3f89
..
690b888
100644
(file)
--- a/
arch/arm/mach-tegra/common.c
+++ b/
arch/arm/mach-tegra/common.c
@@
-61,7
+61,7
@@
static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
{ NULL, NULL, 0, 0},
};
-void __init tegra_init_cache(void)
+
static
void __init tegra_init_cache(void)
{
#ifdef CONFIG_CACHE_L2X0
void __iomem *p = IO_ADDRESS(TEGRA_ARM_PERIF_BASE) + 0x3000;