diff options
author | Nicolae Rosia <Nicolae_Rosia@mentor.com> | 2016-11-04 16:02:17 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 14:46:06 -0700 |
commit | 30bfa0deb3566bc4c453b8fcd7cb20a81f7d01f3 (patch) | |
tree | d315edde3a6b16d5612058554365b97a131370f8 /arch/arm/mach-omap2 | |
parent | 873fe3f9ef81140ae73c8d626c06fb8b38316b0e (diff) |
ARM: OMAP2: kill omap2_pmic_init
Last call of function was removed with commit
bfd46a ("ARM: OMAP: Fix i2c init for twl4030")
Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/twl-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/twl-common.h b/arch/arm/mach-omap2/twl-common.h index 397722d1491a..5579bd6423eb 100644 --- a/arch/arm/mach-omap2/twl-common.h +++ b/arch/arm/mach-omap2/twl-common.h @@ -39,12 +39,6 @@ void omap_pmic_init(int bus, u32 clkrate, const char *pmic_type, int pmic_irq, struct twl4030_platform_data *pmic_data); void omap_pmic_late_init(void); -static inline void omap2_pmic_init(const char *pmic_type, - struct twl4030_platform_data *pmic_data) -{ - omap_pmic_init(2, 2600, pmic_type, 7 + OMAP_INTC_START, pmic_data); -} - void omap_twl4030_audio_init(char *card_name, struct omap_tw4030_pdata *pdata); #endif /* __OMAP_PMIC_COMMON__ */ |