From 6daeadcf2a9bcc3b74fa2eccc0b76a16fedb2ddc Mon Sep 17 00:00:00 2001 From: Sylwester Nawrocki Date: Thu, 4 Apr 2013 14:13:51 +0200 Subject: video: exynos_dsi: Use generic PHY driver Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- include/video/exynos_dsi.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/video/exynos_dsi.h b/include/video/exynos_dsi.h index 95e1568be20..5c062c75beb 100644 --- a/include/video/exynos_dsi.h +++ b/include/video/exynos_dsi.h @@ -25,9 +25,6 @@ */ struct exynos_dsi_platform_data { unsigned int enabled; - - int (*phy_enable)(struct platform_device *pdev, bool on); - unsigned int pll_stable_time; unsigned long pll_clk_rate; unsigned long esc_clk_rate; @@ -36,6 +33,4 @@ struct exynos_dsi_platform_data { unsigned short rx_timeout; }; -int s5p_dsim_phy_enable(struct platform_device *pdev, bool on); - #endif /* _EXYNOS_MIPI_DSIM_H */ -- cgit v1.2.3