]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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>
Wed, 31 Oct 2012 20:18:45 +0000 (14:18 -0600)
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 9aa653b3eb32024f148ccf5fbdaa881f575b2b38..e6929c60f9774bbfbaed30cbd0585bc6a0f95410 100644 (file)
@@ -13,10 +13,10 @@ obj-$(CONFIG_CPU_IDLE)                      += sleep.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_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)                += sleep-t30.o
+obj-$(CONFIG_ARCH_TEGRA_3x_SOC)                += sleep-tegra30.o
 obj-$(CONFIG_SMP)                      += platsmp.o headsmp.o
 obj-$(CONFIG_SMP)                       += reset.o
 obj-$(CONFIG_HOTPLUG_CPU)               += hotplug.o