diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2012-10-04 20:48:48 +0530 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-10-05 19:15:00 +0900 |
commit | 07e0e741896a6284fcc4d186dc68d0fd26b3366d (patch) | |
tree | da35c42e39e98c75e196a1ae414a08cd4262adcd | |
parent | 5295e53d548ba592f54ef03c3444bac56f3d553d (diff) | |
download | linux-3.10-07e0e741896a6284fcc4d186dc68d0fd26b3366d.tar.gz linux-3.10-07e0e741896a6284fcc4d186dc68d0fd26b3366d.tar.bz2 linux-3.10-07e0e741896a6284fcc4d186dc68d0fd26b3366d.zip |
drm: exynos: remove drm hdmi platform data struct
This patch removes the drm hdmi platform data structure which is no
longer in use by drm hdmi driver after this patch set get merged. s5p
hdmi platform data structure is used instead.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | include/drm/exynos_drm.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 0d1c503042d..8bdd49a0abd 100644 --- a/include/drm/exynos_drm.h +++ b/include/drm/exynos_drm.h @@ -254,18 +254,5 @@ struct exynos_drm_common_hdmi_pd { struct device *mixer_dev; }; -/** - * Platform Specific Structure for DRM based HDMI core. - * - * @is_v13: set if hdmi version 13 is. - * @cfg_hpd: function pointer to configure hdmi hotplug detection pin - * @get_hpd: function pointer to get value of hdmi hotplug detection pin - */ -struct exynos_drm_hdmi_pdata { - bool is_v13; - void (*cfg_hpd)(bool external); - int (*get_hpd)(void); -}; - #endif /* __KERNEL__ */ #endif /* _EXYNOS_DRM_H_ */ |