diff options
Diffstat (limited to 'arch/arm/mach-omap2/timer.c')
-rw-r--r-- | arch/arm/mach-omap2/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index b8ad6e632bb8..265de51b43d9 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -228,7 +228,7 @@ static int __init omap_dm_timer_init_one(struct omap_dm_timer *timer, | |||
228 | int r = 0; | 228 | int r = 0; |
229 | 229 | ||
230 | if (of_have_populated_dt()) { | 230 | if (of_have_populated_dt()) { |
231 | np = omap_get_timer_dt(omap_timer_match, NULL); | 231 | np = omap_get_timer_dt(omap_timer_match, property); |
232 | if (!np) | 232 | if (!np) |
233 | return -ENODEV; | 233 | return -ENODEV; |
234 | 234 | ||