summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-08-26 20:53:00 +0530
committerSebastien Jan <s-jan@ti.com>2010-09-01 09:41:38 +0200
commitd34610b1f86ab83825b03bacf25faec9b7c560bf (patch)
tree964dcd6a2a8cefa75e235640e869399560207ede
parent5d8dae41f21e5fc118b773ed23fe919f812dbe9b (diff)
Fix this build warning when CONFIG_PANEL_PICO_DLP is disabled:
CC arch/arm/mach-omap2/board-4430sdp.o arch/arm/mach-omap2/board-4430sdp.c:506: warning: 'sdp4430_picoDLP_device' defined but not used Signed-off-by: Anand Gadiyar <gadiyar@ti.com> CC: Mythri P K <mythripk@ti.com> CC: David Anders <x0132446@ti.com>
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 21c057ce200f..d5ad42bc9631 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -527,9 +527,7 @@ static struct omap_dss_device *sdp4430_dss_devices[] = {
#ifdef CONFIG_OMAP2_DSS_HDMI
&sdp4430_hdmi_device,
#endif
-#ifdef CONFIG_PANEL_PICO_DLP
&sdp4430_picoDLP_device,
-#endif
};
static struct omap_dss_board_info sdp4430_dss_data = {