aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti/hva/hva-v4l2.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-07-09 11:19:02 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-08-02 18:30:54 -0400
commit1b7369acc465ddf3d9c7604af3971753b9a548f2 (patch)
tree2e9bccbe786d24675823fdfbbb53006b9fb1898d /drivers/media/platform/sti/hva/hva-v4l2.c
parentmedia: dvb_frontend: ensure that the step is ok for both FE and tuner (diff)
downloadlinux-dev-1b7369acc465ddf3d9c7604af3971753b9a548f2.tar.xz
linux-dev-1b7369acc465ddf3d9c7604af3971753b9a548f2.zip
media: headers: fix linux/mod_devicetable.h inclusions
A couple of drivers produced build errors after the mod_devicetable.h header was split out from the platform_device one, e.g. drivers/media/platform/davinci/vpbe_osd.c:42:40: error: array type has incomplete element type 'struct platform_device_id' drivers/media/platform/davinci/vpbe_venc.c:42:40: error: array type has incomplete element type 'struct platform_device_id' This adds the inclusion where needed. Fixes: ac3167257b9f ("headers: separate linux/mod_devicetable.h from linux/platform_device.h") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/sti/hva/hva-v4l2.c')
-rw-r--r--drivers/media/platform/sti/hva/hva-v4l2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/sti/hva/hva-v4l2.c b/drivers/media/platform/sti/hva/hva-v4l2.c
index 15080cb00fa7..5a807c7c5e79 100644
--- a/drivers/media/platform/sti/hva/hva-v4l2.c
+++ b/drivers/media/platform/sti/hva/hva-v4l2.c
@@ -6,6 +6,7 @@
*/
#include <linux/module.h>
+#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <media/v4l2-event.h>