summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-03-25 12:04:35 -0600
committerTom Warren <twarren@nvidia.com>2015-03-30 09:54:06 -0700
commitc21478bc6e527f57cb2e3251c7d6baa3e54514c2 (patch)
treeef8d9c8c7d617e5caa2a98342f7bca14201be6fa /arch/arm/mach-tegra
parent0edb3a8ec9a48725bf323e99b2167318fae4315a (diff)
downloadtalos-obmc-uboot-c21478bc6e527f57cb2e3251c7d6baa3e54514c2.tar.gz
talos-obmc-uboot-c21478bc6e527f57cb2e3251c7d6baa3e54514c2.zip
ARM: tegra: pinctrl: minor cleanup
Move struct pmux_pingrp_desc type and tegra_soc_pingroups variable declaration together with other pin/mux level definitions. Now the whole file is grouped/ordered pin/mux-related then drvgrp-related definitions. Fix typo in ifdef comment. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/pinmux-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pinmux-common.c b/arch/arm/mach-tegra/pinmux-common.c
index 912f65e98b..96dbb5e89b 100644
--- a/arch/arm/mach-tegra/pinmux-common.c
+++ b/arch/arm/mach-tegra/pinmux-common.c
@@ -695,4 +695,4 @@ void pinmux_config_drvgrp_table(const struct pmux_drvgrp_config *config,
for (i = 0; i < len; i++)
pinmux_config_drvgrp(&config[i]);
}
-#endif /* TEGRA_PMX_HAS_DRVGRPS */
+#endif /* TEGRA_PMX_SOC_HAS_DRVGRPS */
OpenPOWER on IntegriCloud