diff options
author | Tomi Valkeinen | 2013-06-07 13:01:05 +0300 |
---|---|---|
committer | Tomi Valkeinen | 2013-08-28 10:23:18 +0300 |
commit | d14b97397a85ba36caa460fc3fef6746cf3f65df (patch) | |
tree | 1f1d63196d62fd4d4df8263353846ccd30c8d29e /arch/arm/mach-omap2/dss-common.h | |
parent | b36f4be3de1b123d8601de062e7dbfc904f305fb (diff) |
ARM: OMAP2+: Remove legacy DSS initialization for omap4
This is no longer needed as omap4 is now booted using device tree.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/dss-common.h')
-rw-r--r-- | arch/arm/mach-omap2/dss-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/dss-common.h b/arch/arm/mach-omap2/dss-common.h index 915f6fff5106..c28fe3c03588 100644 --- a/arch/arm/mach-omap2/dss-common.h +++ b/arch/arm/mach-omap2/dss-common.h @@ -6,9 +6,7 @@ * This file will be removed when DSS supports DT. */ -void __init omap4_panda_display_init(void); void __init omap4_panda_display_init_of(void); -void __init omap_4430sdp_display_init(void); void __init omap_4430sdp_display_init_of(void); #endif |