summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDavid Anders <x0132446@ti.com>2010-08-30 17:29:13 -0500
committerSebastien Jan <s-jan@ti.com>2010-09-01 18:20:44 +0200
commitf24ec3612a875f974528922b37855ef40f6b7679 (patch)
tree8ca7457df894c121a31374629a5c956ae1d1c3dc /arch
parent9ab1a719fb75f61548110a91ec953d048955e2ed (diff)
omap: panda: fix build break with DSS/HDMI disabled
Fix this build error with CONFIG_OMAP2_DSS_HDMI disabled: Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index b219411aeeab..af6e27d18608 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -169,8 +169,6 @@ static void __init omap4_display_init(void)
static struct platform_device *panda_devices[] __initdata = {
&leds_gpio,
&wl127x_device,
- &panda_dss_device,
- &sdp4430_hdmi_audio_device,
};
static void __init omap4_display_init(void) {}