diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-18 07:52:13 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 16:38:47 -0500 |
commit | 71b2e2e3b31d8ded15105e0c84e151f6fc6e413f (patch) | |
tree | 0418cd1936565c2ed2541d31df333909124fb405 | |
parent | 72478a0cc4025e16f68672844ebebf60524e1668 (diff) |
ARM: OMAP2+: Remove the omapdss_early_init_of() function
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>
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-omap2/display.c | 5 |
3 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index bab814d2f37d..714cfa217605 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c | |||
@@ -30,8 +30,6 @@ static const struct of_device_id omap_dt_match_table[] __initconst = { | |||
30 | 30 | ||
31 | static void __init omap_generic_init(void) | 31 | static void __init omap_generic_init(void) |
32 | { | 32 | { |
33 | omapdss_early_init_of(); | ||
34 | |||
35 | pdata_quirks_init(omap_dt_match_table); | 33 | pdata_quirks_init(omap_dt_match_table); |
36 | 34 | ||
37 | omapdss_init_of(); | 35 | omapdss_init_of(); |
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index deed42e1dd9c..cd5b760f961d 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -332,7 +332,6 @@ extern int omap_dss_reset(struct omap_hwmod *); | |||
332 | int omap_clk_init(void); | 332 | int omap_clk_init(void); |
333 | 333 | ||
334 | int __init omapdss_init_of(void); | 334 | int __init omapdss_init_of(void); |
335 | void __init omapdss_early_init_of(void); | ||
336 | 335 | ||
337 | #endif /* __ASSEMBLER__ */ | 336 | #endif /* __ASSEMBLER__ */ |
338 | #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ | 337 | #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ |
diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c index 70b3eaf085e4..e71cca0950e9 100644 --- a/arch/arm/mach-omap2/display.c +++ b/arch/arm/mach-omap2/display.c | |||
@@ -565,11 +565,6 @@ int omap_dss_reset(struct omap_hwmod *oh) | |||
565 | return r; | 565 | return r; |
566 | } | 566 | } |
567 | 567 | ||
568 | void __init omapdss_early_init_of(void) | ||
569 | { | ||
570 | |||
571 | } | ||
572 | |||
573 | static const char * const omapdss_compat_names[] __initconst = { | 568 | static const char * const omapdss_compat_names[] __initconst = { |
574 | "ti,omap2-dss", | 569 | "ti,omap2-dss", |
575 | "ti,omap3-dss", | 570 | "ti,omap3-dss", |