Commit a04f3fab2a1ddc8e0fedf260010e2b2e0b49b7ea

Authored by Inki Dae
1 parent 3fd6b69474

drm/exynos: removed unnecessary declaration.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/gpu/drm/exynos/exynos_drm_vidi.c
... ... @@ -85,8 +85,6 @@
85 85 0x00, 0x00, 0x00, 0x06
86 86 };
87 87  
88   -static void vidi_fake_vblank_handler(struct work_struct *work);
89   -
90 88 static bool vidi_display_is_connected(struct device *dev)
91 89 {
92 90 struct vidi_context *ctx = get_vidi_context(dev);