diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap2-restart.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap2-restart.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap2-restart.c b/arch/arm/mach-omap2/omap2-restart.c index be6bc89ab1e..719b716a449 100644 --- a/arch/arm/mach-omap2/omap2-restart.c +++ b/arch/arm/mach-omap2/omap2-restart.c @@ -13,6 +13,7 @@  #include <linux/clk.h>  #include <linux/io.h> +#include "soc.h"  #include "common.h"  #include "prm2xxx.h" @@ -62,4 +63,4 @@ static int __init omap2xxx_common_look_up_clks_for_reset(void)  	return 0;  } -core_initcall(omap2xxx_common_look_up_clks_for_reset); +omap_core_initcall(omap2xxx_common_look_up_clks_for_reset);  |