Browse Source

don't need that forward declaration of struct nameidata in dcache.h anymore

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 11 years ago
parent
commit
7b600f2abb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/dcache.h

+ 0 - 1
include/linux/dcache.h

@@ -11,7 +11,6 @@
 #include <linux/rcupdate.h>
 #include <linux/lockref.h>
 
-struct nameidata;
 struct path;
 struct vfsmount;