[media] omap3isp: Move platform data definitions from isp.h to media/omap3isp.h
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Aug 2011 17:09:34 +0000 (19:09 +0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 11 Sep 2011 12:49:27 +0000 (09:49 -0300)
commitb98d32f7e5cfed8deeaa9054e0977333ac419349
tree77414357cb7c8ca4d4d4dc2789c1e84e23ac19ff
parent61e6561fae573c3c618118a71ff966ddb14299da
[media] omap3isp: Move platform data definitions from isp.h to media/omap3isp.h

drivers/media/video/omap3isp/isp.h is not a proper location for a header
that needs to be included from board code. Move the platform data
definitions to media/omap3isp.h.

Board code still needs to include isp.h to get the struct isp_device
definition and access OMAP3 ISP platform callbacks. Those callbacks will
be replaced by more generic code.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/isp.h
drivers/media/video/omap3isp/ispccp2.c
include/media/omap3isp.h [new file with mode: 0644]