diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-12 21:31:58 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-13 01:09:06 +0400 |
commit | 7b600f2abb36909e70963cc7c744c15983500bee (patch) | |
tree | f52335767edce423c798a5d4346461185f5a001d /include/linux/dcache.h | |
parent | 810bb172671aec17cf85cc748120cf73c17af372 (diff) | |
download | linux-7b600f2abb36909e70963cc7c744c15983500bee.tar.xz |
don't need that forward declaration of struct nameidata in dcache.h anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 27a7f00bc89e..b2a2a08523bf 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -11,7 +11,6 @@ #include <linux/rcupdate.h> #include <linux/lockref.h> -struct nameidata; struct path; struct vfsmount; |