aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/dm355.c
diff options
context:
space:
mode:
authorKevin Hilman <khilman@deeprootsystems.com>2010-02-25 18:36:38 -0500
committerKevin Hilman <khilman@deeprootsystems.com>2010-05-06 18:02:01 -0400
commit28552c2eae472a0a52d1cdb02eb32766c7f690e1 (patch)
treeb996bede5ecde42ad8b95d99b494418b1acd2a90 /arch/arm/mach-davinci/dm355.c
parent66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 (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/dm355.c')
-rw-r--r--arch/arm/mach-davinci/dm355.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c
index 3dc0a88712eb..5efce70ccdd0 100644
--- a/arch/arm/mach-davinci/dm355.c
+++ b/arch/arm/mach-davinci/dm355.c
@@ -798,7 +798,7 @@ static void __iomem *dm355_psc_bases[] = {
798 * T1_BOT: Timer 1, bottom: (used by DSP in TI DSPLink code) 798 * T1_BOT: Timer 1, bottom: (used by DSP in TI DSPLink code)
799 * T1_TOP: Timer 1, top : <unused> 799 * T1_TOP: Timer 1, top : <unused>
800 */ 800 */
801struct davinci_timer_info dm355_timer_info = { 801static struct davinci_timer_info dm355_timer_info = {
802 .timers = davinci_timer_instance, 802 .timers = davinci_timer_instance,
803 .clockevent_id = T0_BOT, 803 .clockevent_id = T0_BOT,
804 .clocksource_id = T0_TOP, 804 .clocksource_id = T0_TOP,