diff options
author | Nicolae Rosia <Nicolae_Rosia@mentor.com> | 2016-11-04 15:02:17 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 22:46:06 +0100 |
commit | 30bfa0deb3566bc4c453b8fcd7cb20a81f7d01f3 (patch) | |
tree | d315edde3a6b16d5612058554365b97a131370f8 | |
parent | ARM: OMAP3: kill omap3_pmic_init (diff) | |
download | linux-30bfa0deb3566bc4c453b8fcd7cb20a81f7d01f3.tar.xz linux-30bfa0deb3566bc4c453b8fcd7cb20a81f7d01f3.zip |
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>
-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__ */ |