浏览代码

ARM: tegra: Rename tegra20 clock file

Make the name consistent with other files.
s/tegra2/tegra20

Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Prashant Gaikwad 13 年之前
父节点
当前提交
23fc5b2461
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-tegra/Makefile
  2. 0 0
      arch/arm/mach-tegra/tegra20_clocks.c

+ 1 - 1
arch/arm/mach-tegra/Makefile

@@ -12,7 +12,7 @@ obj-y					+= powergate.o
 obj-y					+= apbio.o
 obj-$(CONFIG_CPU_IDLE)			+= cpuidle.o
 obj-$(CONFIG_CPU_IDLE)			+= sleep.o
-obj-$(CONFIG_ARCH_TEGRA_2x_SOC)         += tegra2_clocks.o
+obj-$(CONFIG_ARCH_TEGRA_2x_SOC)         += tegra20_clocks.o
 obj-$(CONFIG_ARCH_TEGRA_2x_SOC)         += tegra20_clocks_data.o
 obj-$(CONFIG_ARCH_TEGRA_2x_SOC)		+= tegra2_emc.o
 obj-$(CONFIG_ARCH_TEGRA_3x_SOC)		+= tegra30_clocks.o

+ 0 - 0
arch/arm/mach-tegra/tegra2_clocks.c → arch/arm/mach-tegra/tegra20_clocks.c