diff options
-rw-r--r-- | include/linux/kernfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h index d2c439db4efa..5be9f0228a3b 100644 --- a/include/linux/kernfs.h +++ b/include/linux/kernfs.h | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/completion.h> | 18 | #include <linux/completion.h> |
19 | 19 | ||
20 | struct file; | 20 | struct file; |
21 | struct dentry; | ||
21 | struct iattr; | 22 | struct iattr; |
22 | struct seq_file; | 23 | struct seq_file; |
23 | struct vm_area_struct; | 24 | struct vm_area_struct; |