aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2012-06-27 02:48:31 -0400
committerInki Dae <inki.dae@samsung.com>2012-07-26 22:13:55 -0400
commita04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea (patch)
tree2479c2d9f7fcd6190ffc8a6abdf5cd6367b7e05c /drivers/gpu/drm/exynos
parent3fd6b69474efa77c386ac1c658d79dce5cfe1d19 (diff)
drm/exynos: removed unnecessary declaration.
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_vidi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_vidi.c b/drivers/gpu/drm/exynos/exynos_drm_vidi.c
index 7b9c153dceb6..5640d57b4693 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_vidi.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_vidi.c
@@ -85,8 +85,6 @@ static const char fake_edid_info[] = {
85 0x00, 0x00, 0x00, 0x06 85 0x00, 0x00, 0x00, 0x06
86}; 86};
87 87
88static void vidi_fake_vblank_handler(struct work_struct *work);
89
90static bool vidi_display_is_connected(struct device *dev) 88static bool vidi_display_is_connected(struct device *dev)
91{ 89{
92 struct vidi_context *ctx = get_vidi_context(dev); 90 struct vidi_context *ctx = get_vidi_context(dev);