hpt34x: hpt34x_tune_chipset() (->speedproc) fix
[powerpc.git] / drivers / mtd / mtdchar.c
index 3013d08..61a994e 100644 (file)
@@ -759,7 +759,7 @@ static int mtd_ioctl(struct inode *inode, struct file *file,
        return ret;
 } /* memory_ioctl */
 
-static struct file_operations mtd_fops = {
+static const struct file_operations mtd_fops = {
        .owner          = THIS_MODULE,
        .llseek         = mtd_lseek,
        .read           = mtd_read,