aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_framebuffer.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-03-20 09:39:25 +0000
committerDaniel Vetter <[email protected]>2017-03-20 14:34:01 +0000
commit3a270e4dcc8a0ee808fd1f2af52d45e8bcfeb9a6 (patch)
tree3a5cd5bf908028942ad31453f5733766e34562bd /drivers/gpu/drm/drm_framebuffer.c
parentdrm: bochs: Don't remove uninitialized fbdev framebuffer (diff)
downloadkernel-3a270e4dcc8a0ee808fd1f2af52d45e8bcfeb9a6.tar.gz
kernel-3a270e4dcc8a0ee808fd1f2af52d45e8bcfeb9a6.zip
drm/msm: add stubs for msm_{perf,rd}_debugfs_cleanup
We now call those two functions even when they are not defined or declared anywhere because DEBUG_FS is disabled: drivers/gpu/drm/msm/msm_drv.c: In function 'msm_drm_uninit': drivers/gpu/drm/msm/msm_drv.c:244:2: error: implicit declaration of function 'msm_perf_debugfs_cleanup';did you mean 'msm_framebuffer_cleanup'? [-Werror=implicit-function-declaration] drivers/gpu/drm/msm/msm_drv.c:245:2: error: implicit declaration of function 'msm_rd_debugfs_cleanup';did you mean 'msm_framebuffer_cleanup'? [-Werror=implicit-function-declaration] This adds empty stub implementations for that case. Fixes: 85eac4700ede ("drm/msm: Remove msm_debugfs_cleanup()") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_framebuffer.c')
0 files changed, 0 insertions, 0 deletions