linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / debugfs / inode.c
index b55b4ea..d44d249 100644 (file)
@@ -192,7 +192,7 @@ static int debugfs_create_by_name(const char *name, mode_t mode,
  */
 struct dentry *debugfs_create_file(const char *name, mode_t mode,
                                   struct dentry *parent, void *data,
-                                  const struct file_operations *fops)
+                                  struct file_operations *fops)
 {
        struct dentry *dentry = NULL;
        int error;