diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-18 14:52:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 14:38:47 -0700 |
commit | 71b2e2e3b31d8ded15105e0c84e151f6fc6e413f (patch) | |
tree | 0418cd1936565c2ed2541d31df333909124fb405 /arch/arm/mach-omap2/board-generic.c | |
parent | 72478a0cc4025e16f68672844ebebf60524e1668 (diff) | |
download | linux-71b2e2e3b31d8ded15105e0c84e151f6fc6e413f.tar.gz linux-71b2e2e3b31d8ded15105e0c84e151f6fc6e413f.tar.bz2 linux-71b2e2e3b31d8ded15105e0c84e151f6fc6e413f.zip |
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>
Diffstat (limited to 'arch/arm/mach-omap2/board-generic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 2 |
1 files changed, 0 insertions, 2 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 = { static void __init omap_generic_init(void) { - omapdss_early_init_of(); - pdata_quirks_init(omap_dt_match_table); omapdss_init_of(); |