diff options
Diffstat (limited to 'drivers/gpu/drm/i810/i810_drv.c')
-rw-r--r-- | drivers/gpu/drm/i810/i810_drv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i810/i810_drv.c b/drivers/gpu/drm/i810/i810_drv.c index 2e91fc3580b4..d8180d22cedd 100644 --- a/drivers/gpu/drm/i810/i810_drv.c +++ b/drivers/gpu/drm/i810/i810_drv.c | |||
@@ -49,7 +49,6 @@ static const struct file_operations i810_driver_fops = { | |||
49 | .unlocked_ioctl = drm_ioctl, | 49 | .unlocked_ioctl = drm_ioctl, |
50 | .mmap = drm_mmap, | 50 | .mmap = drm_mmap, |
51 | .poll = drm_poll, | 51 | .poll = drm_poll, |
52 | .fasync = drm_fasync, | ||
53 | #ifdef CONFIG_COMPAT | 52 | #ifdef CONFIG_COMPAT |
54 | .compat_ioctl = drm_compat_ioctl, | 53 | .compat_ioctl = drm_compat_ioctl, |
55 | #endif | 54 | #endif |
@@ -58,7 +57,7 @@ static const struct file_operations i810_driver_fops = { | |||
58 | 57 | ||
59 | static struct drm_driver driver = { | 58 | static struct drm_driver driver = { |
60 | .driver_features = | 59 | .driver_features = |
61 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | | 60 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | |
62 | DRIVER_HAVE_DMA, | 61 | DRIVER_HAVE_DMA, |
63 | .dev_priv_size = sizeof(drm_i810_buf_priv_t), | 62 | .dev_priv_size = sizeof(drm_i810_buf_priv_t), |
64 | .load = i810_driver_load, | 63 | .load = i810_driver_load, |