From: Laurent Pinchart Date: Thu, 3 Jan 2013 20:23:24 +0000 (-0300) Subject: [media] omap3isp: Don't include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=216c82c6aba63eeb49d7654b448e0d47bea255bb;p=deliverable%2Flinux.git [media] omap3isp: Don't include The plat/*.h headers are not available to drivers in multiplatform kernels. As the header isn't needed, just remove it. Signed-off-by: Laurent Pinchart Acked-by: Tony Lindgren Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index b34bf928d80c..48182e6c7ca2 100644 --- a/drivers/media/platform/omap3isp/isp.c +++ b/drivers/media/platform/omap3isp/isp.c @@ -70,8 +70,6 @@ #include #include -#include - #include "isp.h" #include "ispreg.h" #include "ispccdc.h"