]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
[media] m5mols: Replace missing header
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 25 May 2014 19:54:55 +0000 (16:54 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 25 May 2014 20:00:01 +0000 (17:00 -0300)
commit39ad9bbe5c82a56c9fba931a7f891bc864bb875f
treeb14b70de9ce8ae321852001cbc9e987db0fb0b8b
parent465b8229acd01bbb72fea89ee6f3657071952bdf
[media] m5mols: Replace missing header

The include/media/s5p_fimc.h header has been removed in commit
49b2f4c56fbf70ca693d6df1c491f0566d516aea ("exynos4-is: Remove support
for non-dt platforms"). This broke compilation of the m5mols driver.

Include the include/media/exynos-fimc.h header instead, which contains
the S5P_FIMC_TX_END_NOTIFY definition required by the driver.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/m5mols/m5mols_capture.c