commit | 06c24f6779ea863a9410c872c577d8ae986a4b60 | [log] [tgz] |
---|---|---|
author | Baoyou Xie <baoyou.xie@linaro.org> | Tue Sep 06 04:50:56 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Oct 24 17:02:27 2016 -0200 |
tree | 50eedf8afd60bb20802fe4b83c784ce014e52b8d | |
parent | c0b34ab141505087d7d66f447d77e6023f34501e [diff] |
[media] coda: add missing header dependencies We get 1 warning when building kernel with W=1: drivers/media/platform/coda/coda-h264.c:22:5: warning: no previous prototype for 'coda_h264_padding' [-Wmissing-prototypes] In fact, this function is declared in coda.h, so this patch add missing header dependencies. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>