From: Al Viro Date: Sun, 12 Oct 2014 17:31:58 +0000 (-0400) Subject: don't need that forward declaration of struct nameidata in dcache.h anymore X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7b600f2abb36909e70963cc7c744c15983500bee;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git don't need that forward declaration of struct nameidata in dcache.h anymore Signed-off-by: Al Viro --- 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;