summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-09-08 19:08:56 +0800
committerJyri Sarha <jsarha@ti.com>2016-09-22 23:50:08 +0300
commit0fd86779f04afcddbcff0ecb7ff3b487d17add7c (patch)
tree0a42c77c5e0723b47d58382258e75b1a00d258c0 /mm
parent2e0965b06d90b9dba76198d026c4c2ee04443aca (diff)
downloadlinux-0fd86779f04afcddbcff0ecb7ff3b487d17add7c.tar.bz2
drm/tilcdc: add missing header dependencies
We get 4 warnings when building kernel with W=1: drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:393:12: warning: no previous prototype for 'tilcdc_tfp410_init' [-Wmissing-prototypes] drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:398:13: warning: no previous prototype for 'tilcdc_tfp410_fini' [-Wmissing-prototypes] drivers/gpu/drm/tilcdc/tilcdc_panel.c:443:12: warning: no previous prototype for 'tilcdc_panel_init' [-Wmissing-prototypes] drivers/gpu/drm/tilcdc/tilcdc_panel.c:448:13: warning: no previous prototype for 'tilcdc_panel_fini' [-Wmissing-prototypes] In fact, these functions are declared in drivers/gpu/drm/tilcdc/tilcdc_tfp410.h, drivers/gpu/drm/tilcdc/tilcdc_panel.h, so this patch adds missing header dependencies. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Jyri Sarha <jsarha@ti.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions