From: Laurent Pinchart Date: Sun, 25 May 2014 19:54:55 +0000 (-0300) Subject: [media] m5mols: Replace missing header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39ad9bbe5c82a56c9fba931a7f891bc864bb875f;p=linux-beck.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/m5mols/m5mols_capture.c b/drivers/media/i2c/m5mols/m5mols_capture.c index ab34ccedf31e..1a03d02bd4d1 100644 --- a/drivers/media/i2c/m5mols/m5mols_capture.c +++ b/drivers/media/i2c/m5mols/m5mols_capture.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "m5mols.h" #include "m5mols_reg.h"