diff options
Diffstat (limited to 'drivers/gpu/drm/cirrus/cirrus_drv.c')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c index 8ecb601152ef..138364d91782 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.c +++ b/drivers/gpu/drm/cirrus/cirrus_drv.c | |||
@@ -85,10 +85,9 @@ static const struct file_operations cirrus_driver_fops = { | |||
85 | #ifdef CONFIG_COMPAT | 85 | #ifdef CONFIG_COMPAT |
86 | .compat_ioctl = drm_compat_ioctl, | 86 | .compat_ioctl = drm_compat_ioctl, |
87 | #endif | 87 | #endif |
88 | .fasync = drm_fasync, | ||
89 | }; | 88 | }; |
90 | static struct drm_driver driver = { | 89 | static struct drm_driver driver = { |
91 | .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_USE_MTRR, | 90 | .driver_features = DRIVER_MODESET | DRIVER_GEM, |
92 | .load = cirrus_driver_load, | 91 | .load = cirrus_driver_load, |
93 | .unload = cirrus_driver_unload, | 92 | .unload = cirrus_driver_unload, |
94 | .fops = &cirrus_driver_fops, | 93 | .fops = &cirrus_driver_fops, |
@@ -102,7 +101,7 @@ static struct drm_driver driver = { | |||
102 | .gem_free_object = cirrus_gem_free_object, | 101 | .gem_free_object = cirrus_gem_free_object, |
103 | .dumb_create = cirrus_dumb_create, | 102 | .dumb_create = cirrus_dumb_create, |
104 | .dumb_map_offset = cirrus_dumb_mmap_offset, | 103 | .dumb_map_offset = cirrus_dumb_mmap_offset, |
105 | .dumb_destroy = cirrus_dumb_destroy, | 104 | .dumb_destroy = drm_gem_dumb_destroy, |
106 | }; | 105 | }; |
107 | 106 | ||
108 | static struct pci_driver cirrus_pci_driver = { | 107 | static struct pci_driver cirrus_pci_driver = { |