mirror of https://gitee.com/openkylin/linux.git
drm/exynos: removed unnecessary declaration.
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
This commit is contained in:
parent
3fd6b69474
commit
a04f3fab2a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue