[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / block / DAC960.c
index 7b2fa3d8f61c0522b0bb6ff07c2e4de6199b31c3..92bf868ca05684a655395cbd78554dc1e3d02beb 100644 (file)
@@ -7024,7 +7024,7 @@ static int DAC960_gam_ioctl(struct inode *inode, struct file *file,
   return -EINVAL;
 }
 
-static struct file_operations DAC960_gam_fops = {
+static const struct file_operations DAC960_gam_fops = {
        .owner          = THIS_MODULE,
        .ioctl          = DAC960_gam_ioctl
 };
This page took 0.025874 seconds and 5 git commands to generate.