diff options
Diffstat (limited to 'include/linux/path.h')
-rw-r--r-- | include/linux/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/path.h b/include/linux/path.h index cbebdc5c9a60..4d976f959f33 100644 --- a/include/linux/path.h +++ b/include/linux/path.h | |||
@@ -9,4 +9,6 @@ struct path { | |||
9 | struct dentry *dentry; | 9 | struct dentry *dentry; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | extern void path_put(struct path *); | ||
13 | |||
12 | #endif /* _LINUX_PATH_H */ | 14 | #endif /* _LINUX_PATH_H */ |