diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-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 06e141543623..691aa674665a 100644 --- a/arch/arm/mach-omap2/timer.c +++ b/arch/arm/mach-omap2/timer.c | |||
@@ -175,7 +175,7 @@ static struct device_node * __init omap_get_timer_dt(struct of_device_id *match, | |||
175 | continue; | 175 | continue; |
176 | } | 176 | } |
177 | 177 | ||
178 | prom_add_property(np, &device_disabled); | 178 | of_add_property(np, &device_disabled); |
179 | return np; | 179 | return np; |
180 | } | 180 | } |
181 | 181 | ||