diff options
author | Inki Dae <inki.dae@samsung.com> | 2012-06-27 02:48:31 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-07-26 22:13:55 -0400 |
commit | a04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea (patch) | |
tree | 2479c2d9f7fcd6190ffc8a6abdf5cd6367b7e05c /drivers/gpu/drm/exynos | |
parent | 3fd6b69474efa77c386ac1c658d79dce5cfe1d19 (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.c | 2 |
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 | ||
88 | static void vidi_fake_vblank_handler(struct work_struct *work); | ||
89 | |||
90 | static bool vidi_display_is_connected(struct device *dev) | 88 | static 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); |