diff options
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 3bfb7b8747b3..d5bf4dec6b0a 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -66,7 +66,7 @@ extern const struct inode_operations proc_net_inode_operations; | |||
66 | 66 | ||
67 | void free_proc_entry(struct proc_dir_entry *de); | 67 | void free_proc_entry(struct proc_dir_entry *de); |
68 | 68 | ||
69 | int proc_init_inodecache(void); | 69 | void proc_init_inodecache(void); |
70 | 70 | ||
71 | static inline struct pid *proc_pid(struct inode *inode) | 71 | static inline struct pid *proc_pid(struct inode *inode) |
72 | { | 72 | { |