Skip to content

Commit

Permalink
drm: exynos: remove drm hdmi platform data struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rahul Sharma authored and Inki Dae committed Oct 5, 2012
1 parent 5295e53 commit 07e0e74
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/drm/exynos_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 07e0e74

Please sign in to comment.