diff options
Diffstat (limited to 'arch/arm/mach-omap2/twl-common.c')
-rw-r--r-- | arch/arm/mach-omap2/twl-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c index 3882f3c7608c..de47f170ba50 100644 --- a/arch/arm/mach-omap2/twl-common.c +++ b/arch/arm/mach-omap2/twl-common.c | |||
@@ -96,7 +96,7 @@ void __init omap4_pmic_init(const char *pmic_type, | |||
96 | 96 | ||
97 | void __init omap_pmic_late_init(void) | 97 | void __init omap_pmic_late_init(void) |
98 | { | 98 | { |
99 | /* Init the OMAP TWL parameters (if PMIC has been registerd) */ | 99 | /* Init the OMAP TWL parameters (if PMIC has been registered) */ |
100 | if (pmic_i2c_board_info.irq) | 100 | if (pmic_i2c_board_info.irq) |
101 | omap3_twl_init(); | 101 | omap3_twl_init(); |
102 | if (omap4_i2c1_board_info[0].irq) | 102 | if (omap4_i2c1_board_info[0].irq) |