ARM: tegra: rename the file of "sleep-tXX" to "sleep-tegraXX"
authorJoseph Lo <josephl@nvidia.com>
Mon, 8 Oct 2012 00:23:57 +0000 (00:23 +0000)
committerStephen Warren <swarren@nvidia.com>
Thu, 15 Nov 2012 22:09:01 +0000 (15:09 -0700)
For the naming consistency under the mach-tegra, we re-name the file of
"sleep-tXX" to "sleep-tegraXX" (e.g., sleep-t30 to sleep-tegra30).

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/sleep-tegra20.S [moved from arch/arm/mach-tegra/sleep-t20.S with 100% similarity]
arch/arm/mach-tegra/sleep-tegra30.S [moved from arch/arm/mach-tegra/sleep-t30.S with 100% similarity]

index 6cc23cc..dcd4726 100644 (file)
@@ -14,11 +14,10 @@ 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)                += tegra20_speedo.o
 obj-$(CONFIG_ARCH_TEGRA_2x_SOC)                += tegra2_emc.o
-obj-$(CONFIG_ARCH_TEGRA_2x_SOC)                += sleep-t20.o
+obj-$(CONFIG_ARCH_TEGRA_2x_SOC)                += sleep-tegra20.o
 obj-$(CONFIG_ARCH_TEGRA_3x_SOC)                += tegra30_clocks.o
 obj-$(CONFIG_ARCH_TEGRA_3x_SOC)                += tegra30_clocks_data.o
 obj-$(CONFIG_ARCH_TEGRA_3x_SOC)                += tegra30_speedo.o
-obj-$(CONFIG_ARCH_TEGRA_3x_SOC)                += sleep-t30.o
 obj-$(CONFIG_SMP)                      += platsmp.o headsmp.o
 obj-$(CONFIG_SMP)                       += reset.o
 obj-$(CONFIG_HOTPLUG_CPU)               += hotplug.o