diff options
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r-- | linux-core/r128_drv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 160cc865..8b4b7447 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -98,6 +98,9 @@ static struct drm_driver driver = { .mmap = drm_mmap, .poll = drm_poll, .fasync = drm_fasync, +#ifdef CONFIG_COMPAT + .compat_ioctl = r128_compat_ioctl, +#endif }, .pci_driver = { .name = DRIVER_NAME, |