Skip to content

Commit

Permalink
[media] omap3isp: Don't include <plat/cpu.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent 7296e25 commit 216c82c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/platform/omap3isp/isp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 216c82c

Please sign in to comment.