Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760739AbXKDPKn (ORCPT ); Sun, 4 Nov 2007 10:10:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756773AbXKDPKf (ORCPT ); Sun, 4 Nov 2007 10:10:35 -0500 Received: from rv-out-0910.google.com ([209.85.198.184]:4906 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756485AbXKDPKf (ORCPT ); Sun, 4 Nov 2007 10:10:35 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AO0y8gWU4FKhBAEamTm+X7OPb8FoxFtLQ/EwvD7macwyduqBcjLqNT2a4kTCggbGHmYIYe72UbXI86UmtbxvKHZ7Xak0pRzkbVrgdfs1o0bWgIHUNPspv/gK2iSxLwpQpTcKmY6xjSM6IWLGCQlB49FsL58p4DKiAFC0BGEdJsQ= Message-ID: Date: Sun, 4 Nov 2007 16:10:34 +0100 From: "Marco Costalba" To: linux-kernel@vger.kernel.org Subject: [PATCH 3/4] Remove a duplicated include in mm/filemap.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 733 Lines: 24 Signed-off-by: Marco Costalba --- mm/filemap.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mm/filemap.c b/mm/filemap.c index 188cf5f..0b360de 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include -- 1.5.3.5.532.g5c38-dirty - 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/