UAPI: (Scripted) Disintegrate include/linux/mmc
[linux-2.6-block.git] / include / media / omap3isp.h
index 4d94be5226af75ba9da2064311b80b7987e93764..95842696857f26122b9a3233b19c251ec6038eb2 100644 (file)
@@ -41,12 +41,6 @@ enum isp_interface_type {
        ISP_INTERFACE_CSI2C_PHY1,
 };
 
-enum {
-       ISP_BRIDGE_DISABLE = 0,
-       ISP_BRIDGE_LITTLE_ENDIAN = 2,
-       ISP_BRIDGE_BIG_ENDIAN = 3,
-};
-
 enum {
        ISP_LANE_SHIFT_0 = 0,
        ISP_LANE_SHIFT_2 = 1,
@@ -67,17 +61,15 @@ enum {
  *             0 - Active high, 1 - Active low
  * @vs_pol: Vertical synchronization polarity
  *             0 - Active high, 1 - Active low
- * @bridge: CCDC Bridge input control
- *             ISP_BRIDGE_DISABLE - Disable
- *             ISP_BRIDGE_LITTLE_ENDIAN - Little endian
- *             ISP_BRIDGE_BIG_ENDIAN - Big endian
+ * @data_pol: Data polarity
+ *             0 - Normal, 1 - One's complement
  */
 struct isp_parallel_platform_data {
        unsigned int data_lane_shift:2;
        unsigned int clk_pol:1;
        unsigned int hs_pol:1;
        unsigned int vs_pol:1;
-       unsigned int bridge:2;
+       unsigned int data_pol:1;
 };
 
 enum {