diff options
Diffstat (limited to 'linux-core/i810_drv.c')
-rw-r--r-- | linux-core/i810_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c index bfeb35a8..6ffa167d 100644 --- a/linux-core/i810_drv.c +++ b/linux-core/i810_drv.c @@ -114,6 +114,7 @@ static struct drm_driver driver = { .release = drm_release, .ioctl = drm_ioctl, .mmap = i810_mmap_buffers, + .poll = drm_poll, .fasync = drm_fasync, }, .pci_driver = { |