From 50ed258fbc4f7b1c8a1b49a192dae1885d8f8a0b Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 18 Apr 2006 21:30:22 -0700 Subject: [PATCH] --- yaml --- r: 26240 b: refs/heads/master c: bde11d794206ae8d72defd0e8a481181200f7dc4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/debugfs.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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); }