summaryrefslogtreecommitdiffstats
path: root/drivers/video/exynos_mipi_dsi_lowlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/exynos_mipi_dsi_lowlevel.h')
-rw-r--r--drivers/video/exynos_mipi_dsi_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos_mipi_dsi_lowlevel.h b/drivers/video/exynos_mipi_dsi_lowlevel.h
index 8a45954e9e..59f6ce09e4 100644
--- a/drivers/video/exynos_mipi_dsi_lowlevel.h
+++ b/drivers/video/exynos_mipi_dsi_lowlevel.h
@@ -91,7 +91,7 @@ unsigned int _exynos_mipi_dsi_get_frame_done_status(struct mipi_dsim_device
*dsim);
void _exynos_mipi_dsi_clear_frame_done(struct mipi_dsim_device *dsim);
void exynos_mipi_dsi_wr_tx_header(struct mipi_dsim_device *dsim,
- unsigned int di, unsigned int data0, unsigned int data1);
+ unsigned int di, const unsigned char data0, const unsigned char data1);
void exynos_mipi_dsi_wr_tx_data(struct mipi_dsim_device *dsim,
unsigned int tx_data);
OpenPOWER on IntegriCloud