Commit f4b0f66d authored by zhong jiang's avatar zhong jiang Committed by Rob Clark

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: default avatarzhong jiang <zhongjiang@huawei.com>
[robclark un-typo'd subject line]
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 3530a17f
......@@ -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);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment