diff options
author | 2012-09-24 11:42:13 -0700 | |
---|---|---|
committer | 2012-09-24 11:42:13 -0700 | |
commit | 3fe05bd9980df7207a35b4841a94dc2875e86960 (patch) | |
tree | b5bb9287088955d2b4b4552b4a4ca9c4c40769a4 /drivers/gpu/drm/udl | |
parent | Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dt (diff) | |
parent | Linux 3.6-rc6 (diff) | |
download | linux-dev-3fe05bd9980df7207a35b4841a94dc2875e86960.tar.xz linux-dev-3fe05bd9980df7207a35b4841a94dc2875e86960.zip |
Merge tag 'v3.6-rc6' into devel-dt
Linux 3.6-rc6
Diffstat (limited to 'drivers/gpu/drm/udl')
-rw-r--r-- | drivers/gpu/drm/udl/udl_drv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/udl/udl_drv.c b/drivers/gpu/drm/udl/udl_drv.c index 6e52069894b3..9f84128505bb 100644 --- a/drivers/gpu/drm/udl/udl_drv.c +++ b/drivers/gpu/drm/udl/udl_drv.c @@ -66,6 +66,9 @@ static const struct file_operations udl_driver_fops = { .unlocked_ioctl = drm_ioctl, .release = drm_release, .fasync = drm_fasync, +#ifdef CONFIG_COMPAT + .compat_ioctl = drm_compat_ioctl, +#endif .llseek = noop_llseek, }; |