[media] omap3isp: Move definitions required by board code under include/media
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 11 Dec 2011 12:57:51 +0000 (09:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 14 May 2012 11:48:55 +0000 (08:48 -0300)
XCLK definitions are often required by the board code. Move them to public
include file.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/isp.h
include/media/omap3isp.h

index f8d1f10..38c6619 100644 (file)
@@ -238,10 +238,6 @@ void omap3isp_configure_bridge(struct isp_device *isp,
                               const struct isp_parallel_platform_data *pdata,
                               unsigned int shift);
 
-#define ISP_XCLK_NONE                  0
-#define ISP_XCLK_A                     1
-#define ISP_XCLK_B                     2
-
 struct isp_device *omap3isp_get(struct isp_device *isp);
 void omap3isp_put(struct isp_device *isp);
 
index 042849a..3f4928d 100644 (file)
 struct i2c_board_info;
 struct isp_device;
 
+#define ISP_XCLK_NONE                  0
+#define ISP_XCLK_A                     1
+#define ISP_XCLK_B                     2
+
 enum isp_interface_type {
        ISP_INTERFACE_PARALLEL,
        ISP_INTERFACE_CSI2A_PHY2,