Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
[linux-drm-fsl-dcu.git] / arch / um / drivers / harddog_kern.c
index 73c5caa7a150ea1a6757aaa2bfea26b00bc6a771..55601687b3bcf735abadd11d555fdc7e59acc33d 100644 (file)
@@ -145,7 +145,7 @@ static int harddog_ioctl(struct inode *inode, struct file *file,
        }
 }
 
-static struct file_operations harddog_fops = {
+static const struct file_operations harddog_fops = {
        .owner          = THIS_MODULE,
        .write          = harddog_write,
        .ioctl          = harddog_ioctl,