From: Stephen Warren Date: Wed, 25 Mar 2015 18:04:34 +0000 (-0600) Subject: ARM: tegra: pinctrl: move Tegra210 code to the correct dir X-Git-Tag: v2015.04~30^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0edb3a8ec9a48725bf323e99b2167318fae4315a;p=platform%2Fkernel%2Fu-boot.git 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 --- 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