diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-02-25 18:36:38 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-05-06 18:02:01 -0400 |
commit | 28552c2eae472a0a52d1cdb02eb32766c7f690e1 (patch) | |
tree | b996bede5ecde42ad8b95d99b494418b1acd2a90 /arch/arm/mach-davinci/dm365.c | |
parent | 66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 (diff) |
davinci: misc cleanups from sparse
- Convert data/functions to static
- include headers for missing declarations
- pointer cleanups: struct foo *__iomem f --> struct foo __iomem *f;
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm365.c')
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index 0d6ee583f65c..871be5af2735 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c | |||
@@ -1010,7 +1010,7 @@ static void __iomem *dm365_psc_bases[] = { | |||
1010 | IO_ADDRESS(DAVINCI_PWR_SLEEP_CNTRL_BASE), | 1010 | IO_ADDRESS(DAVINCI_PWR_SLEEP_CNTRL_BASE), |
1011 | }; | 1011 | }; |
1012 | 1012 | ||
1013 | struct davinci_timer_info dm365_timer_info = { | 1013 | static struct davinci_timer_info dm365_timer_info = { |
1014 | .timers = davinci_timer_instance, | 1014 | .timers = davinci_timer_instance, |
1015 | .clockevent_id = T0_BOT, | 1015 | .clockevent_id = T0_BOT, |
1016 | .clocksource_id = T0_TOP, | 1016 | .clocksource_id = T0_TOP, |