summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNaveen Kumar Gaddipati <naveen.gaddipati@stericsson.com>2011-09-02 12:14:15 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:03 +0200
commitad80a9b90974f8962be2b9670d73f9b50ddffa7e (patch)
treee6f4863fbc95983ed6fd82b582b7e51b04b013d3 /include
parent5741b0feaa068de2cfdea297300960684e1ce4b2 (diff)
mcde:Migrate the patches to kernel 3.0
Migrate the mcde driver following patches to kernel 3.0 bf78368 video: mcde: correct DSI command set max pkt size 0dd4c53 video: mcde: Fix Coverity defects ST-Ericsson ID: 352334 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> Change-Id: I2e89ca822915dc4c5f979f402e881b04f419b4f1 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30012
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 75992bf7d57..220ac167b0b 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -417,7 +417,7 @@ int mcde_dsi_dcs_write(struct mcde_chnl_state *chnl,
u8 cmd, u8 *data, int len);
int mcde_dsi_dcs_read(struct mcde_chnl_state *chnl,
u8 cmd, u32 *data, int *len);
-int mcde_dsi_set_max_pkt_size(struct mcde_chnl_state *chnl, int size);
+int mcde_dsi_set_max_pkt_size(struct mcde_chnl_state *chnl);
/* MCDE */