diff options
author | Kevin Hilman <khilman@ti.com> | 2012-05-10 14:10:07 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-05-10 14:10:07 -0400 |
commit | 33959553b81e46640994cbcdb4888d60022dc6fd (patch) | |
tree | 3630833cf1242c9c6cbb527e0f044620660ee6f5 /arch/arm/mach-omap2/common.h | |
parent | b2f44dc29bfab77b10f3a709f14677f51ce3a4cd (diff) |
ARM: OMAP2+: Kconfig: convert SOC_OMAPTI81XX to SOC_TI81XX
No need to have an OMAP prefix on these SoCs that are in the family
but arent' really called OMAP.
Simple rename: CONFIG_SOC_OMAPTI81XX --> CONFIG_SOC_TI81XX
No functional change.
Signed-off-by: Kevin Hilman <khilman@ti.com>
Acked-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index c09ca63b8ac8..f6be402611b0 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -55,7 +55,7 @@ static inline void omap34xx_map_common_io(void) | |||
55 | } | 55 | } |
56 | #endif | 56 | #endif |
57 | 57 | ||
58 | #ifdef CONFIG_SOC_OMAPTI81XX | 58 | #ifdef CONFIG_SOC_TI81XX |
59 | extern void omapti81xx_map_common_io(void); | 59 | extern void omapti81xx_map_common_io(void); |
60 | #else | 60 | #else |
61 | static inline void omapti81xx_map_common_io(void) | 61 | static inline void omapti81xx_map_common_io(void) |