diff --git a/[refs] b/[refs] index 56bfdf23f4fc..57ffe50e1f17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d17ffda331ba6030bb8c233c73d6a87954d8ea7 +refs/heads/master: bde11d794206ae8d72defd0e8a481181200f7dc4 diff --git a/trunk/include/linux/debugfs.h b/trunk/include/linux/debugfs.h index 176e2d371577..047567d34ca7 100644 --- a/trunk/include/linux/debugfs.h +++ b/trunk/include/linux/debugfs.h @@ -58,9 +58,8 @@ struct dentry *debugfs_create_blob(const char *name, mode_t mode, */ static inline struct dentry *debugfs_create_file(const char *name, mode_t mode, - struct dentry *parent, - void *data, - struct file_operations *fops) + struct dentry *parent, void *data, + const struct file_operations *fops) { return ERR_PTR(-ENODEV); }