From: Sachin Kamat Date: Thu, 7 Feb 2013 05:55:55 +0000 (-0300) Subject: [media] s5p-tv: Include missing platform_device.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e58ac14ad2c443d86c5bed0137a010fe4d16fe2;p=linux-beck.git [media] s5p-tv: Include missing platform_device.h header Without this patch we get the following build error: drivers/media/platform/s5p-tv/mixer_video.c: In function ‘find_and_register_subdev’: drivers/media/platform/s5p-tv/mixer_video.c:42:34: error: ‘platform_bus_type’ undeclared (first use in this function) Signed-off-by: Sachin Kamat Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/s5p-tv/mixer_video.c b/drivers/media/platform/s5p-tv/mixer_video.c index c087b66099fd..82142a2d6d93 100644 --- a/drivers/media/platform/s5p-tv/mixer_video.c +++ b/drivers/media/platform/s5p-tv/mixer_video.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include