From 0edb3a8ec9a48725bf323e99b2167318fae4315a Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 25 Mar 2015 12:04:34 -0600 Subject: [PATCH] ARM: tegra: pinctrl: move Tegra210 code to the correct dir Patches that added the Tegra210 pinctrl driver and renamed directories arch/arm/cpu/tegra{$soc}-common -> arch/arm/mach-tegra/tegra-${soc} crossed. Move the Tegra210 pinctrl driver to the correct location. This wasn't detected since Tegra210 support is in the process of being added, and isn't buildable yet. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- arch/arm/{cpu/tegra210-common => mach-tegra/tegra210}/pinmux.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/arm/{cpu/tegra210-common => mach-tegra/tegra210}/pinmux.c (100%) diff --git a/arch/arm/cpu/tegra210-common/pinmux.c b/arch/arm/mach-tegra/tegra210/pinmux.c similarity index 100% rename from arch/arm/cpu/tegra210-common/pinmux.c rename to arch/arm/mach-tegra/tegra210/pinmux.c -- 2.7.4