diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index baf3e556ff0e..f84d9928bdb1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -382,7 +382,6 @@ struct inodes_stat_t { | |||
382 | #include <linux/path.h> | 382 | #include <linux/path.h> |
383 | #include <linux/stat.h> | 383 | #include <linux/stat.h> |
384 | #include <linux/cache.h> | 384 | #include <linux/cache.h> |
385 | #include <linux/kobject.h> | ||
386 | #include <linux/list.h> | 385 | #include <linux/list.h> |
387 | #include <linux/radix-tree.h> | 386 | #include <linux/radix-tree.h> |
388 | #include <linux/prio_tree.h> | 387 | #include <linux/prio_tree.h> |
@@ -402,6 +401,7 @@ struct hd_geometry; | |||
402 | struct iovec; | 401 | struct iovec; |
403 | struct nameidata; | 402 | struct nameidata; |
404 | struct kiocb; | 403 | struct kiocb; |
404 | struct kobject; | ||
405 | struct pipe_inode_info; | 405 | struct pipe_inode_info; |
406 | struct poll_table_struct; | 406 | struct poll_table_struct; |
407 | struct kstatfs; | 407 | struct kstatfs; |