drm: rename badly named define and cleanup ioctl code spacing
[powerpc.git] / drivers / char / drm / i810_dma.c
index 60cb4e4..603d17f 100644 (file)
@@ -112,7 +112,7 @@ static int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
        return 0;
 }
 
-static struct file_operations i810_buffer_fops = {
+static const struct file_operations i810_buffer_fops = {
        .open = drm_open,
        .release = drm_release,
        .ioctl = drm_ioctl,