linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / misc / ibmasm / ibmasmfs.c
index 26a230b..5c550fc 100644 (file)
@@ -101,7 +101,7 @@ static struct super_operations ibmasmfs_s_ops = {
        .drop_inode     = generic_delete_inode,
 };
 
-static const struct file_operations *ibmasmfs_dir_ops = &simple_dir_operations;
+static struct file_operations *ibmasmfs_dir_ops = &simple_dir_operations;
 
 static struct file_system_type ibmasmfs_type = {
        .owner          = THIS_MODULE,