Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932117Ab1C1Qar (ORCPT ); Mon, 28 Mar 2011 12:30:47 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:63976 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932103Ab1C1Qan (ORCPT ); Mon, 28 Mar 2011 12:30:43 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=hB+ubHsguPBKMFufQanpzFWalBAXw2MuxZ2WzgFaY6d2v97T+XhdAGVimRBJ043Xto 56IdjDcnMoJ1BTS+8QulzqvI4UJAqFeqZagnmsha5Z3/WGG3Ue7CRWg+hQZYYPlfQRVn 0PjSq5tGq9RaxRc+vrXJwTVDYd0CjG03aEm9U= From: "Justin P. Mattock" To: trivial@kernel.org Cc: linux-kernel@vger.kernel.org, "Justin P. Mattock" Subject: [PATCH 19/25]fs Remove version.h since it is unused. Date: Mon, 28 Mar 2011 09:29:42 -0700 Message-Id: <1301329788-3423-20-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1301329788-3423-1-git-send-email-justinmattock@gmail.com> References: <1301329788-3423-1-git-send-email-justinmattock@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 42 The patch below removes since it is nolonger in the kernel. Signed-off-by: Justin P. Mattock --- fs/btrfs/ctree.h | 1 - fs/omfs/file.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 7f78cc7..7bdeece 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -19,7 +19,6 @@ #ifndef __BTRFS_CTREE__ #define __BTRFS_CTREE__ -#include #include #include #include diff --git a/fs/omfs/file.c b/fs/omfs/file.c index d738a7e..2c6d952 100644 --- a/fs/omfs/file.c +++ b/fs/omfs/file.c @@ -4,7 +4,6 @@ * Released under GPL v2. */ -#include #include #include #include -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/