diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-10-22 11:17:45 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-10-24 16:28:25 +0200 |
commit | c170a14e20299f600f5d5949933cf3b300fee375 (patch) | |
tree | 034248f4e2ae411c6f82934978208ff65cce59ff /drivers/gpu/drm/drm_edid.c | |
parent | drm/msm/adreno: move function declarations to header file (diff) | |
download | linux-c170a14e20299f600f5d5949933cf3b300fee375.tar.xz linux-c170a14e20299f600f5d5949933cf3b300fee375.zip |
drm/msm: add missing header dependencies
We get 2 warnings when building kernel with W=1:
drivers/gpu/drm/msm/msm_debugfs.c:141:5: warning: no previous prototype for 'msm_debugfs_init' [-Wmissing-prototypes]
drivers/gpu/drm/msm/msm_debugfs.c:158:6: warning: no previous prototype for 'msm_debugfs_cleanup' [-Wmissing-prototypes]
In fact, these functions are declared in
drivers/gpu/drm/msm/msm_debugfs.h.
So this patch adds missing header dependencies.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1477127865-9381-2-git-send-email-baoyou.xie@linaro.org
Diffstat (limited to 'drivers/gpu/drm/drm_edid.c')
0 files changed, 0 insertions, 0 deletions