diff options
Diffstat (limited to 'drivers/media/platform/omap3isp/ispcsiphy.h')
| -rw-r--r-- | drivers/media/platform/omap3isp/ispcsiphy.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/platform/omap3isp/ispcsiphy.h b/drivers/media/platform/omap3isp/ispcsiphy.h index e93a661e65d9..14551fd77697 100644 --- a/drivers/media/platform/omap3isp/ispcsiphy.h +++ b/drivers/media/platform/omap3isp/ispcsiphy.h | |||
| @@ -32,14 +32,6 @@ | |||
| 32 | struct isp_csi2_device; | 32 | struct isp_csi2_device; |
| 33 | struct regulator; | 33 | struct regulator; |
| 34 | 34 | ||
| 35 | struct isp_csiphy_dphy_cfg { | ||
| 36 | u8 ths_term; | ||
| 37 | u8 ths_settle; | ||
| 38 | u8 tclk_term; | ||
| 39 | unsigned tclk_miss:1; | ||
| 40 | u8 tclk_settle; | ||
| 41 | }; | ||
| 42 | |||
| 43 | struct isp_csiphy { | 35 | struct isp_csiphy { |
| 44 | struct isp_device *isp; | 36 | struct isp_device *isp; |
| 45 | struct mutex mutex; /* serialize csiphy configuration */ | 37 | struct mutex mutex; /* serialize csiphy configuration */ |
| @@ -52,8 +44,6 @@ struct isp_csiphy { | |||
| 52 | unsigned int phy_regs; | 44 | unsigned int phy_regs; |
| 53 | 45 | ||
| 54 | u8 num_data_lanes; /* number of CSI2 Data Lanes supported */ | 46 | u8 num_data_lanes; /* number of CSI2 Data Lanes supported */ |
| 55 | struct isp_csiphy_lanes_cfg lanes; | ||
| 56 | struct isp_csiphy_dphy_cfg dphy; | ||
| 57 | }; | 47 | }; |
| 58 | 48 | ||
| 59 | int omap3isp_csiphy_acquire(struct isp_csiphy *phy); | 49 | int omap3isp_csiphy_acquire(struct isp_csiphy *phy); |
