Added poll

This commit is contained in:
Jeff Hartmann 2000-02-25 21:11:38 +00:00
parent 06d4f0c104
commit 25e5e2827e
4 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,7 @@ static struct file_operations i810_fops = {
mmap: drm_mmap,
read: drm_read,
fasync: drm_fasync,
poll: drm_poll,
};
static struct miscdevice i810_misc = {

View file

@ -54,6 +54,7 @@ static struct file_operations mga_fops = {
mmap: drm_mmap,
read: drm_read,
fasync: drm_fasync,
poll: drm_poll,
};
static struct miscdevice mga_misc = {

View file

@ -57,6 +57,7 @@ static struct file_operations i810_fops = {
mmap: drm_mmap,
read: drm_read,
fasync: drm_fasync,
poll: drm_poll,
};
static struct miscdevice i810_misc = {

View file

@ -54,6 +54,7 @@ static struct file_operations mga_fops = {
mmap: drm_mmap,
read: drm_read,
fasync: drm_fasync,
poll: drm_poll,
};
static struct miscdevice mga_misc = {