aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-09-11 17:30:45 -0400
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-03-12 17:40:47 -0400
commite2543c5ab299c67ddfb73a36eca4da6574259ab9 (patch)
tree283775d09248573d171fab28672ec5480ee6e3f8 /arch
parentdb85905ad95b090941dc894b7f93f9f3818bdc07 (diff)
arm: mach-shmobile: Don't initialize the hdmi_info lcd_chan field
The field is unused and will be removed. Don't initialize it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c3
-rw-r--r--arch/arm/mach-shmobile/board-mackerel.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 6c65b8b2cdf6..22e192574625 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -808,10 +808,7 @@ static struct platform_device fsi_ak4643_device = {
808static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq, 808static long ap4evb_clk_optimize(unsigned long target, unsigned long *best_freq,
809 unsigned long *parent_freq); 809 unsigned long *parent_freq);
810 810
811static struct sh_mobile_lcdc_info sh_mobile_lcdc1_info;
812
813static struct sh_mobile_hdmi_info hdmi_info = { 811static struct sh_mobile_hdmi_info hdmi_info = {
814 .lcd_chan = &sh_mobile_lcdc1_info.ch[0],
815 .flags = HDMI_SND_SRC_SPDIF, 812 .flags = HDMI_SND_SRC_SPDIF,
816 .clk_optimize_parent = ap4evb_clk_optimize, 813 .clk_optimize_parent = ap4evb_clk_optimize,
817}; 814};
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c
index 740f022fd7be..f275a817939c 100644
--- a/arch/arm/mach-shmobile/board-mackerel.c
+++ b/arch/arm/mach-shmobile/board-mackerel.c
@@ -427,10 +427,7 @@ static struct platform_device lcdc_device = {
427}; 427};
428 428
429/* HDMI */ 429/* HDMI */
430static struct sh_mobile_lcdc_info hdmi_lcdc_info;
431
432static struct sh_mobile_hdmi_info hdmi_info = { 430static struct sh_mobile_hdmi_info hdmi_info = {
433 .lcd_chan = &hdmi_lcdc_info.ch[0],
434 .flags = HDMI_SND_SRC_SPDIF, 431 .flags = HDMI_SND_SRC_SPDIF,
435}; 432};
436 433