summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorInki Dae2012-06-27 08:48:31 +0200
committerInki Dae2012-07-27 04:13:55 +0200
commita04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea (patch)
tree2479c2d9f7fcd6190ffc8a6abdf5cd6367b7e05c /drivers/gpu/drm
parentdrm/exynos: fix buffer pitch calculation (diff)
downloadkernel-qcow2-linux-a04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea.tar.gz
kernel-qcow2-linux-a04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea.tar.xz
kernel-qcow2-linux-a04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea.zip
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')
-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[] = {
0x00, 0x00, 0x00, 0x06
};
-static void vidi_fake_vblank_handler(struct work_struct *work);
-
static bool vidi_display_is_connected(struct device *dev)
{
struct vidi_context *ctx = get_vidi_context(dev);