[media] s5p-tv: Include missing platform_device.h header
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 7 Feb 2013 05:55:55 +0000 (02:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 8 Feb 2013 19:29:22 +0000 (17:29 -0200)
commit3e58ac14ad2c443d86c5bed0137a010fe4d16fe2
treef11dd32f20305ff35112c65576f05b2f41bebcdb
parent5853d1acdeb3e40daaac6c465d92fc069272cb6a
[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 <sachin.kamat@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-tv/mixer_video.c