From 7b600f2abb36909e70963cc7c744c15983500bee Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 12 Oct 2014 13:31:58 -0400 Subject: [PATCH] don't need that forward declaration of struct nameidata in dcache.h anymore Signed-off-by: Al Viro --- include/linux/dcache.h | 1 - 1 file changed, 1 deletion(-) 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 #include -struct nameidata; struct path; struct vfsmount; -- 2.39.2