summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorAlejandro Gonzalez <alex.gonzalez@digi.com>2010-02-15 11:32:19 +0100
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-02-15 11:32:19 +0100
commit158aeade15595f75d6484ddb1346a8e7efd8050c (patch)
tree56ff044f604ed7190bca1754102ab7d14a3f5f49 /drivers/mxc
parent5d5b4ca7cd2c968820dad2b0219456af24778974 (diff)
CCWMX51: Compilation and runtime issues for Linux-2.6.31
Fix compilation errors and warnings and initialize FEC ethernet driver. Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/ipu3/ipu_disp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/ipu_disp.c b/drivers/mxc/ipu3/ipu_disp.c
index d7cc2107046e..12dbacdc12b9 100644
--- a/drivers/mxc/ipu3/ipu_disp.c
+++ b/drivers/mxc/ipu3/ipu_disp.c
@@ -956,7 +956,7 @@ int32_t ipu_init_sync_panel(int disp, uint32_t pixel_clk,
if ((v_sync_width == 0) || (h_sync_width == 0))
return EINVAL;
- adapt_panel_to_ipu_restricitions(&pixel_clk, width, height,
+ adapt_panel_to_ipu_restricitions((uint16_t *)&pixel_clk, width, height,
h_start_width, h_end_width,
v_start_width, &v_end_width);
h_total = width + h_sync_width + h_start_width + h_end_width;