Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/misc
[powerpc.git] / drivers / macintosh / adb.c
index 7cec6de..f729eeb 100644 (file)
@@ -885,7 +885,7 @@ out:
        return ret;
 }
 
-static struct file_operations adb_fops = {
+static const struct file_operations adb_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .read           = adb_read,