ARM: OMAP2+: Remove the omapdss_early_init_of() function
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 18 Sep 2016 11:52:13 +0000 (14:52 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 21:38:47 +0000 (14:38 -0700)
The function is empty, remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/display.c

index bab814d..714cfa2 100644 (file)
@@ -30,8 +30,6 @@ static const struct of_device_id omap_dt_match_table[] __initconst = {
 
 static void __init omap_generic_init(void)
 {
-       omapdss_early_init_of();
-
        pdata_quirks_init(omap_dt_match_table);
 
        omapdss_init_of();
index deed42e..cd5b760 100644 (file)
@@ -332,7 +332,6 @@ extern int omap_dss_reset(struct omap_hwmod *);
 int omap_clk_init(void);
 
 int __init omapdss_init_of(void);
-void __init omapdss_early_init_of(void);
 
 #endif /* __ASSEMBLER__ */
 #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */
index 70b3eaf..e71cca0 100644 (file)
@@ -565,11 +565,6 @@ int omap_dss_reset(struct omap_hwmod *oh)
        return r;
 }
 
-void __init omapdss_early_init_of(void)
-{
-
-}
-
 static const char * const omapdss_compat_names[] __initconst = {
        "ti,omap2-dss",
        "ti,omap3-dss",