From 63350606dc129d42d744681af3a72a66481950e4 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Mon, 13 Jan 2014 15:47:16 +0900 Subject: drm/pl111: add missing ioctl connection Signed-off-by: Chanho Park --- drivers/gpu/drm/pl111/pl111_drm_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/pl111/pl111_drm_device.c b/drivers/gpu/drm/pl111/pl111_drm_device.c index d5a78a8c78f..612a75c2537 100644 --- a/drivers/gpu/drm/pl111/pl111_drm_device.c +++ b/drivers/gpu/drm/pl111/pl111_drm_device.c @@ -273,6 +273,10 @@ static const struct file_operations drm_fops = { .poll = drm_poll, .read = drm_read, .fasync = drm_fasync, + .unlocked_ioctl = drm_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = drm_compat_ioctl, +#endif }; static struct drm_driver driver = { -- cgit v1.2.3