[media] omap3isp: Don't include <plat/cpu.h>
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>
This commit is contained in:
parent
7296e25f6e
commit
216c82c6ab
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue