From mboxrd@z Thu Jan 1 00:00:00 1970 From: Warren Turkal Subject: [PATCH] Fix header include. Date: Tue, 11 Nov 2008 12:56:48 -0800 Message-ID: <1226437008-14247-4-git-send-email-wt@penguintechs.org> References: <1226437008-14247-1-git-send-email-wt@penguintechs.org> <1226437008-14247-2-git-send-email-wt@penguintechs.org> <1226437008-14247-3-git-send-email-wt@penguintechs.org> Cc: Roman Zippel , Warren Turkal To: linux-fsdevel Return-path: Received: from qb-out-0506.google.com ([72.14.204.229]:11485 "EHLO qb-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbYKKU47 (ORCPT ); Tue, 11 Nov 2008 15:56:59 -0500 Received: by qb-out-0506.google.com with SMTP id f11so63620qba.17 for ; Tue, 11 Nov 2008 12:56:58 -0800 (PST) In-Reply-To: <1226437008-14247-3-git-send-email-wt@penguintechs.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Warren Turkal --- fs/hfsplus/super.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 128101b..4f00a84 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -15,12 +15,12 @@ #include #include +#include "hfsplus_fs.h" + static struct inode *hfsplus_alloc_inode(struct super_block *sb); static void hfsplus_destroy_inode(struct inode *inode); static bool hfsplus_vol_has_journal(struct hfsplus_vh *vhdr); -#include "hfsplus_fs.h" - static bool hfsplus_vol_has_journal(struct hfsplus_vh *vhdr) { return (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED) && -- 1.5.6.3