瀏覽代碼

ARM: tegra: remove tegra_timer from tegra_list_clks

tegra_time is a struct sys_timer, not a struct clk, so can't be included
in an array of struct clk *.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Stephen Warren 13 年之前
父節點
當前提交
20f4665831
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      arch/arm/mach-tegra/tegra20_clocks_data.c
  2. 0 1
      arch/arm/mach-tegra/tegra30_clocks_data.c

+ 0 - 1
arch/arm/mach-tegra/tegra20_clocks_data.c

@@ -929,7 +929,6 @@ PERIPH_CLK(pcie_xclk,	NULL,		  "pcie_xclk",  74,     0,	26000000,  mux_clk_m,
 static struct clk *tegra_list_clks[] = {
 	&tegra_apbdma,
 	&tegra_rtc,
-	&tegra_timer,
 	&tegra_i2s1,
 	&tegra_i2s2,
 	&tegra_spdif_out,

+ 0 - 1
arch/arm/mach-tegra/tegra30_clocks_data.c

@@ -1142,7 +1142,6 @@ struct clk *tegra_list_clks[] = {
 	&tegra_apbdma,
 	&tegra_rtc,
 	&tegra_kbc,
-	&tegra_timer,
 	&tegra_kfuse,
 	&tegra_fuse,
 	&tegra_fuse_burn,