diff options
Diffstat (limited to 'arch/arm/plat-omap/dmtimer.c')
-rw-r--r-- | arch/arm/plat-omap/dmtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c index 4c28452ba078..efe47744b491 100644 --- a/arch/arm/plat-omap/dmtimer.c +++ b/arch/arm/plat-omap/dmtimer.c | |||
@@ -128,7 +128,7 @@ static int omap_dm_timer_reset(struct omap_dm_timer *timer) | |||
128 | return 0; | 128 | return 0; |
129 | } | 129 | } |
130 | 130 | ||
131 | int omap_dm_timer_prepare(struct omap_dm_timer *timer) | 131 | static int omap_dm_timer_prepare(struct omap_dm_timer *timer) |
132 | { | 132 | { |
133 | int rc; | 133 | int rc; |
134 | 134 | ||