diff options
author | Prashant Gaikwad <pgaikwad@nvidia.com> | 2013-01-11 03:01:28 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 13:19:34 -0500 |
commit | e5dd26302275562d8bedf885e7aa91bd73bfa041 (patch) | |
tree | f7c82f540271ce6f5b4287044f26765dc58e6d76 /drivers/clk | |
parent | 3c3a8aa9ccc47c4c2c53ab35a87db3bb93c6e450 (diff) |
clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()s
With device tree support added for Tegra clocks look up is done from
device tree, remove unused TEGRA_CLK_DUPLICATE()s.
Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/tegra/clk-tegra20.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/clk/tegra/clk-tegra20.c b/drivers/clk/tegra/clk-tegra20.c index 4ae8287b0f81..077d5b9ffe22 100644 --- a/drivers/clk/tegra/clk-tegra20.c +++ b/drivers/clk/tegra/clk-tegra20.c | |||
@@ -1189,28 +1189,11 @@ static __initdata struct tegra_clk_init_table init_table[] = { | |||
1189 | * table under two names. | 1189 | * table under two names. |
1190 | */ | 1190 | */ |
1191 | static struct tegra_clk_duplicate tegra_clk_duplicates[] = { | 1191 | static struct tegra_clk_duplicate tegra_clk_duplicates[] = { |
1192 | TEGRA_CLK_DUPLICATE(uarta, "serial8250.0", NULL), | ||
1193 | TEGRA_CLK_DUPLICATE(uartb, "serial8250.1", NULL), | ||
1194 | TEGRA_CLK_DUPLICATE(uartc, "serial8250.2", NULL), | ||
1195 | TEGRA_CLK_DUPLICATE(uartd, "serial8250.3", NULL), | ||
1196 | TEGRA_CLK_DUPLICATE(uarte, "serial8250.4", NULL), | ||
1197 | TEGRA_CLK_DUPLICATE(usbd, "utmip-pad", NULL), | 1192 | TEGRA_CLK_DUPLICATE(usbd, "utmip-pad", NULL), |
1198 | TEGRA_CLK_DUPLICATE(usbd, "tegra-ehci.0", NULL), | 1193 | TEGRA_CLK_DUPLICATE(usbd, "tegra-ehci.0", NULL), |
1199 | TEGRA_CLK_DUPLICATE(usbd, "tegra-otg", NULL), | 1194 | TEGRA_CLK_DUPLICATE(usbd, "tegra-otg", NULL), |
1200 | TEGRA_CLK_DUPLICATE(pll_p, "tegradc.0", "parent"), | ||
1201 | TEGRA_CLK_DUPLICATE(pll_p, "tegradc.1", "parent"), | ||
1202 | TEGRA_CLK_DUPLICATE(pll_d_out0, "hdmi", "parent"), | ||
1203 | TEGRA_CLK_DUPLICATE(gr2d, "tegra_grhost", "gr2d"), | ||
1204 | TEGRA_CLK_DUPLICATE(gr3d, "tegra_grhost", "gr3d"), | ||
1205 | TEGRA_CLK_DUPLICATE(epp, "tegra_grhost", "epp"), | ||
1206 | TEGRA_CLK_DUPLICATE(mpe, "tegra_grhost", "mpe"), | ||
1207 | TEGRA_CLK_DUPLICATE(vde, "tegra-aes", "vde"), | ||
1208 | TEGRA_CLK_DUPLICATE(cclk, NULL, "cpu"), | 1195 | TEGRA_CLK_DUPLICATE(cclk, NULL, "cpu"), |
1209 | TEGRA_CLK_DUPLICATE(twd, "smp_twd", NULL), | 1196 | TEGRA_CLK_DUPLICATE(twd, "smp_twd", NULL), |
1210 | TEGRA_CLK_DUPLICATE(pll_p_out3, "tegra-i2c.0", "fast-clk"), | ||
1211 | TEGRA_CLK_DUPLICATE(pll_p_out3, "tegra-i2c.1", "fast-clk"), | ||
1212 | TEGRA_CLK_DUPLICATE(pll_p_out3, "tegra-i2c.2", "fast-clk"), | ||
1213 | TEGRA_CLK_DUPLICATE(pll_p_out3, "tegra-i2c.3", "fast-clk"), | ||
1214 | TEGRA_CLK_DUPLICATE(clk_max, NULL, NULL), /* Must be the last entry */ | 1197 | TEGRA_CLK_DUPLICATE(clk_max, NULL, NULL), /* Must be the last entry */ |
1215 | }; | 1198 | }; |
1216 | 1199 | ||