diff options
author | Olof Johansson <olof@lixom.net> | 2011-09-08 21:03:59 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-10-13 17:08:29 -0400 |
commit | 87c6e46a2c96ce2081070701237c58ed7eec94e7 (patch) | |
tree | 3a7b0289d1019d59bf2dd9c0a14cc7c9ee9fffcb /arch/arm/mach-tegra/tegra2_clocks.c | |
parent | 784278e116d6243f2588e28d2404425858df65b4 (diff) |
ARM: tegra: tegra2_clocks: don't export some tables
Not used externally, and certainly don't need to be exported.
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/tegra2_clocks.c')
-rw-r--r-- | arch/arm/mach-tegra/tegra2_clocks.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c index 6dd5133e56d3..371869d8ea01 100644 --- a/arch/arm/mach-tegra/tegra2_clocks.c +++ b/arch/arm/mach-tegra/tegra2_clocks.c | |||
@@ -1885,7 +1885,7 @@ static struct clk tegra_clk_audio_2x = { | |||
1885 | }, | 1885 | }, |
1886 | }; | 1886 | }; |
1887 | 1887 | ||
1888 | struct clk_lookup tegra_audio_clk_lookups[] = { | 1888 | static struct clk_lookup tegra_audio_clk_lookups[] = { |
1889 | { .con_id = "audio", .clk = &tegra_clk_audio }, | 1889 | { .con_id = "audio", .clk = &tegra_clk_audio }, |
1890 | { .con_id = "audio_2x", .clk = &tegra_clk_audio_2x } | 1890 | { .con_id = "audio_2x", .clk = &tegra_clk_audio_2x } |
1891 | }; | 1891 | }; |
@@ -2125,7 +2125,7 @@ static struct clk tegra_clk_emc = { | |||
2125 | .parent = _parent, \ | 2125 | .parent = _parent, \ |
2126 | } | 2126 | } |
2127 | 2127 | ||
2128 | struct clk tegra_list_clks[] = { | 2128 | static struct clk tegra_list_clks[] = { |
2129 | PERIPH_CLK("apbdma", "tegra-dma", NULL, 34, 0, 108000000, mux_pclk, 0), | 2129 | PERIPH_CLK("apbdma", "tegra-dma", NULL, 34, 0, 108000000, mux_pclk, 0), |
2130 | PERIPH_CLK("rtc", "rtc-tegra", NULL, 4, 0, 32768, mux_clk_32k, PERIPH_NO_RESET), | 2130 | PERIPH_CLK("rtc", "rtc-tegra", NULL, 4, 0, 32768, mux_clk_32k, PERIPH_NO_RESET), |
2131 | PERIPH_CLK("timer", "timer", NULL, 5, 0, 26000000, mux_clk_m, 0), | 2131 | PERIPH_CLK("timer", "timer", NULL, 5, 0, 26000000, mux_clk_m, 0), |
@@ -2221,7 +2221,7 @@ struct clk tegra_list_clks[] = { | |||
2221 | * configuration. List those here to register them twice in the clock lookup | 2221 | * configuration. List those here to register them twice in the clock lookup |
2222 | * table under two names. | 2222 | * table under two names. |
2223 | */ | 2223 | */ |
2224 | struct clk_duplicate tegra_clk_duplicates[] = { | 2224 | static struct clk_duplicate tegra_clk_duplicates[] = { |
2225 | CLK_DUPLICATE("uarta", "tegra_uart.0", NULL), | 2225 | CLK_DUPLICATE("uarta", "tegra_uart.0", NULL), |
2226 | CLK_DUPLICATE("uartb", "tegra_uart.1", NULL), | 2226 | CLK_DUPLICATE("uartb", "tegra_uart.1", NULL), |
2227 | CLK_DUPLICATE("uartc", "tegra_uart.2", NULL), | 2227 | CLK_DUPLICATE("uartc", "tegra_uart.2", NULL), |
@@ -2252,7 +2252,7 @@ struct clk_duplicate tegra_clk_duplicates[] = { | |||
2252 | .clk = ck, \ | 2252 | .clk = ck, \ |
2253 | } | 2253 | } |
2254 | 2254 | ||
2255 | struct clk *tegra_ptr_clks[] = { | 2255 | static struct clk *tegra_ptr_clks[] = { |
2256 | &tegra_clk_32k, | 2256 | &tegra_clk_32k, |
2257 | &tegra_pll_s, | 2257 | &tegra_pll_s, |
2258 | &tegra_clk_m, | 2258 | &tegra_clk_m, |