diff options
Diffstat (limited to 'arch/arm/mach-omap2/wd_timer.c')
-rw-r--r-- | arch/arm/mach-omap2/wd_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/wd_timer.c b/arch/arm/mach-omap2/wd_timer.c index 7c2b4ed38f02..70240a54995c 100644 --- a/arch/arm/mach-omap2/wd_timer.c +++ b/arch/arm/mach-omap2/wd_timer.c | |||
@@ -130,4 +130,4 @@ static int __init omap_init_wdt(void) | |||
130 | dev_name, oh->name); | 130 | dev_name, oh->name); |
131 | return 0; | 131 | return 0; |
132 | } | 132 | } |
133 | subsys_initcall(omap_init_wdt); | 133 | omap_subsys_initcall(omap_init_wdt); |