diff options
author | Olof Johansson <olof@lixom.net> | 2011-09-08 20:31:32 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-10-13 17:08:28 -0400 |
commit | 74ae6c3cc5e58df6ff54e7d9971341ba96efaf41 (patch) | |
tree | 6d5f2979ceb5d4a20d613632c93103518d38dabe /arch/arm/mach-tegra | |
parent | 31e660685ddf6ca3686519b966f289f0f83f7780 (diff) |
ARM: tegra: tegra_init_cache should be static
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>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index d5e3f89b05a..690b888be50 100644 --- 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[] = { | |||
61 | { NULL, NULL, 0, 0}, | 61 | { NULL, NULL, 0, 0}, |
62 | }; | 62 | }; |
63 | 63 | ||
64 | void __init tegra_init_cache(void) | 64 | static void __init tegra_init_cache(void) |
65 | { | 65 | { |
66 | #ifdef CONFIG_CACHE_L2X0 | 66 | #ifdef CONFIG_CACHE_L2X0 |
67 | void __iomem *p = IO_ADDRESS(TEGRA_ARM_PERIF_BASE) + 0x3000; | 67 | void __iomem *p = IO_ADDRESS(TEGRA_ARM_PERIF_BASE) + 0x3000; |