diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2012-10-04 11:18:56 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-10-05 06:15:16 -0400 |
commit | 768c3059d87876ce124dafc40078718dc85cec65 (patch) | |
tree | 93f44ffe8396ddfb18aecbbabf2f6eb922a295bf /include/drm | |
parent | 22c4f428979521f3ba3398a1eb5c0be07396f357 (diff) |
drm: exynos: hdmi: remove drm common hdmi platform data struct
exynos-drm-hdmi need context pointers from hdmi and mixer. These
pointers were expected from the plf data. Cleaned this dependency
by exporting i/f which are called by hdmi, mixer driver probes
for setting their context.
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>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/exynos_drm.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 8bdd49a0abd0..8ac4079e6458 100644 --- a/include/drm/exynos_drm.h +++ b/include/drm/exynos_drm.h | |||
@@ -240,19 +240,5 @@ struct exynos_drm_fimd_pdata { | |||
240 | unsigned int bpp; | 240 | unsigned int bpp; |
241 | }; | 241 | }; |
242 | 242 | ||
243 | /** | ||
244 | * Platform Specific Structure for DRM based HDMI. | ||
245 | * | ||
246 | * @hdmi_dev: device point to specific hdmi driver. | ||
247 | * @mixer_dev: device point to specific mixer driver. | ||
248 | * | ||
249 | * this structure is used for common hdmi driver and each device object | ||
250 | * would be used to access specific device driver(hdmi or mixer driver) | ||
251 | */ | ||
252 | struct exynos_drm_common_hdmi_pd { | ||
253 | struct device *hdmi_dev; | ||
254 | struct device *mixer_dev; | ||
255 | }; | ||
256 | |||
257 | #endif /* __KERNEL__ */ | 243 | #endif /* __KERNEL__ */ |
258 | #endif /* _EXYNOS_DRM_H_ */ | 244 | #endif /* _EXYNOS_DRM_H_ */ |