diff options
-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 d697c8ab0a14..713d5dfe3f05 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -177,7 +177,7 @@ struct pde_opener { | |||
177 | struct list_head lh; | 177 | struct list_head lh; |
178 | bool closing; | 178 | bool closing; |
179 | struct completion *c; | 179 | struct completion *c; |
180 | }; | 180 | } __randomize_layout; |
181 | extern const struct inode_operations proc_link_inode_operations; | 181 | extern const struct inode_operations proc_link_inode_operations; |
182 | 182 | ||
183 | extern const struct inode_operations proc_pid_link_inode_operations; | 183 | extern const struct inode_operations proc_pid_link_inode_operations; |