drm/msm/dpu: fix mismatch in function argument.

Fix the sparse error. the dpu_rm_init declaration is not consistent
with the implement.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
[robclark un-typo'd subject line]
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
zhong jiang 2018-07-24 19:51:59 +08:00 committed by Rob Clark
parent 3530a17f4d
commit f4b0f66daf
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ struct dpu_rm_hw_iter {
*/
int dpu_rm_init(struct dpu_rm *rm,
struct dpu_mdss_cfg *cat,
void *mmio,
void __iomem *mmio,
struct drm_device *dev);
/**