summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_gpu.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-11-02 14:21:32 +0300
committerRob Clark <robdclark@gmail.com>2017-12-13 19:01:20 +0300
commite6756d7c1a7ebe04def1b24b45ce01ef6c4175bc (patch)
tree22a7446abd735eb65154ae8362070e5178139abd /drivers/gpu/drm/msm/msm_gpu.c
parent3a9016ba0e8f3cf4196eae99b5b18172c9b71045 (diff)
downloadlinux-e6756d7c1a7ebe04def1b24b45ce01ef6c4175bc.tar.xz
drm/msm: fix msm_rd_dump_submit prototype
The prototype of msm_rd_dump_submit() has recently changed. However, we have two declarations of this functions, and the other one remains the old version, leading to this: drivers/gpu/drm/msm/msm_gpu.c: In function 'recover_worker': drivers/gpu/drm/msm/msm_gpu.c:295:23: error: passing argument 1 of 'msm_rd_dump_submit' from incompatible pointer type [-Werror=incompatible-pointer-types] This changes the second one to match the first again. Fixes: 2165e2b9cba2 ("drm/msm: split rd debugfs file") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.c')
0 files changed, 0 insertions, 0 deletions