[media] omap3isp: Don't include <plat/cpu.h>
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 3 Jan 2013 20:23:24 +0000 (17:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 6 Jan 2013 13:10:42 +0000 (11:10 -0200)
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 <laurent.pinchart@ideasonboard.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/omap3isp/isp.c

index b34bf928d80c8fcfa9adc09ac955bef8bb1164f0..48182e6c7ca2185bee358f32a7f022c49c27c7c4 100644 (file)
@@ -70,8 +70,6 @@
 #include <media/v4l2-common.h>
 #include <media/v4l2-device.h>
 
-#include <plat/cpu.h>
-
 #include "isp.h"
 #include "ispreg.h"
 #include "ispccdc.h"
This page took 0.032917 seconds and 5 git commands to generate.