|
@@ -116,7 +116,7 @@ static int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
|
|
static const struct file_operations i810_buffer_fops = {
|
|
static const struct file_operations i810_buffer_fops = {
|
|
.open = drm_open,
|
|
.open = drm_open,
|
|
.release = drm_release,
|
|
.release = drm_release,
|
|
- .unlocked_ioctl = drm_ioctl,
|
|
|
|
|
|
+ .unlocked_ioctl = i810_ioctl,
|
|
.mmap = i810_mmap_buffers,
|
|
.mmap = i810_mmap_buffers,
|
|
.fasync = drm_fasync,
|
|
.fasync = drm_fasync,
|
|
};
|
|
};
|