From patchwork Tue Nov 27 10:32:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13235 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DE87123FC6 for ; Tue, 27 Nov 2012 10:38:47 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id F0D83A19C81 for ; Tue, 27 Nov 2012 10:38:46 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so6000929iag.11 for ; Tue, 27 Nov 2012 02:38:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=HYn+vA4kZupPjJ5wj84kAwCAbUO5K/e+DrXbjReYIS8=; b=W+/8IT6yJ4CErBxomwbPJcl/DcBBkH/KU2MhWQ76p4w9K3xxq1DGPh6WCPsbfBAr17 U/KZbucMFLSkqCLE4bSaw60mB+Uyf/gTFC0TtMDw5bKGSGOGeXN9ioBFrJQ/iKGuVY1i 8WzAXAX0PW5QVCZbiO46WkaXIsgrOQINagiakZWlXq0AH7P0iC6XX2mSRd9vaXV2kZOX DAh4SUoZ+xOCynpN4oLYgwBe/DbjtXM8rnD1SHvl/RVDerGb8gp8lwEx2HeSVhziUsPW QdKRBViOicS12ggOiifa++yvqr5CJsIlbKgdsIMrGojOM0+iR3llMNOwemKlkICsXDjd TeQg== Received: by 10.43.46.2 with SMTP id um2mr13208314icb.18.1354012726320; Tue, 27 Nov 2012 02:38:46 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp434339igt; Tue, 27 Nov 2012 02:38:45 -0800 (PST) Received: by 10.68.230.105 with SMTP id sx9mr47201051pbc.44.1354012725662; Tue, 27 Nov 2012 02:38:45 -0800 (PST) Received: from mail-da0-f45.google.com (mail-da0-f45.google.com [209.85.210.45]) by mx.google.com with ESMTPS id bd1si19578979pab.102.2012.11.27.02.38.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 02:38:45 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.45 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.45; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.45 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-da0-f45.google.com with SMTP id w4so3392120dam.18 for ; Tue, 27 Nov 2012 02:38:45 -0800 (PST) Received: by 10.68.194.6 with SMTP id hs6mr46964281pbc.77.1354012725045; Tue, 27 Nov 2012 02:38:45 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ty4sm10434886pbc.57.2012.11.27.02.38.42 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 02:38:44 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: jaegeuk.kim@samsung.com, chur.lee@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] f2fs: remove unneeded version.h header file from f2fs.h Date: Tue, 27 Nov 2012 16:02:16 +0530 Message-Id: <1354012336-32089-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkc3VwfXsRg3Tc4XEViK1EKD14EGVkp+jvmT5tmYcQZ3C1yJeqjl42IgtNXTJio0F/onCaX Including is not necessary. Signed-off-by: Sachin Kamat --- fs/f2fs/f2fs.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 7aa70b5..d3f5a70 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include