mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
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:
parent
3530a17f4d
commit
f4b0f66daf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue