diff options
Diffstat (limited to 'include/linux/relayfs_fs.h')
-rw-r--r-- | include/linux/relayfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/relayfs_fs.h b/include/linux/relayfs_fs.h index a122df2d9880..921540b1cdf8 100644 --- a/include/linux/relayfs_fs.h +++ b/include/linux/relayfs_fs.h | |||
@@ -153,6 +153,7 @@ extern struct dentry *relayfs_create_file(const char *name, | |||
153 | int mode, | 153 | int mode, |
154 | struct file_operations *fops, | 154 | struct file_operations *fops, |
155 | void *data); | 155 | void *data); |
156 | extern int relayfs_remove_file(struct dentry *dentry); | ||
156 | 157 | ||
157 | /** | 158 | /** |
158 | * relay_write - write data into the channel | 159 | * relay_write - write data into the channel |