diff options
Diffstat (limited to 'include/linux/debugfs.h')
-rw-r--r-- | include/linux/debugfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h index f36ecc2a5712..3b0ba54cc4d5 100644 --- a/include/linux/debugfs.h +++ b/include/linux/debugfs.h | |||
@@ -216,6 +216,8 @@ static inline void debugfs_remove(struct dentry *dentry) | |||
216 | static inline void debugfs_remove_recursive(struct dentry *dentry) | 216 | static inline void debugfs_remove_recursive(struct dentry *dentry) |
217 | { } | 217 | { } |
218 | 218 | ||
219 | const struct file_operations *debugfs_real_fops(const struct file *filp); | ||
220 | |||
219 | static inline int debugfs_file_get(struct dentry *dentry) | 221 | static inline int debugfs_file_get(struct dentry *dentry) |
220 | { | 222 | { |
221 | return 0; | 223 | return 0; |