diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:47:41 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:47:41 -0500 |
| commit | 2fc10246766fce0b560f015e1c0b6ff29fb4ced0 (patch) | |
| tree | 0510322a0d3a8171afb1e06a7ce809f023578825 /include/linux/debugfs.h | |
| parent | 05eec0c931a63d8709009e3ac6a083072666fa0f (diff) | |
| parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff) | |
Merge 4.15-rc3 into char-misc-next
We want the fixes and changes in here for testing.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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; |
