From: Adrian Bunk Date: Sun, 9 Jul 2006 23:32:51 +0000 (+0200) Subject: [PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d5625181fac18f572cbbd18878d28f5eebf4733;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h" Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Mark Fasheh --- diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c index 68f4806d3a35..3663cef80689 100644 --- a/fs/ocfs2/ioctl.c +++ b/fs/ocfs2/ioctl.c @@ -18,6 +18,8 @@ #include "journal.h" #include "ocfs2_fs.h" +#include "ioctl.h" + #include static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags)