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: KARO-TX6-2015-09-18~3182 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8959490e188ca635a2f13768408e82e4174b910a;p=karo-tx-uboot.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