diff options
author | Mark A. Greer <mgreer@mvista.com> | 2009-04-15 12:42:06 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-28 15:17:48 -0700 |
commit | 5570078c0ec5ecc5df0bbd7d06f43549b7127ae7 (patch) | |
tree | 49791ab764e72e7a8f59f9a388c10f86100663e7 /arch/arm/mach-davinci/time.c | |
parent | 3abd5acfff0111809463bcfd7236a1bdf09e4e2d (diff) |
davinci: Move PINMUX defines to SoC files
Different SoC have different numbers of pinmux registers and other
resources that overlap with each other. To clean up the code and
eliminate defines that overlap with each other, move the PINMUX
defines to the SoC specific files.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/time.c')
-rw-r--r-- | arch/arm/mach-davinci/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/time.c b/arch/arm/mach-davinci/time.c index fc90d3ee0eba..0884ca57bfb0 100644 --- a/arch/arm/mach-davinci/time.c +++ b/arch/arm/mach-davinci/time.c @@ -123,7 +123,7 @@ static char *id_to_name[] = { static int timer32_config(struct timer_s *t) { u32 tcr; - struct davinci_soc_info *soc_info = davinci_get_soc_info(); + struct davinci_soc_info *soc_info = &davinci_soc_info; if (USING_COMPARE(t)) { struct davinci_timer_instance *dtip = |