Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816AbYCJASF (ORCPT ); Sun, 9 Mar 2008 20:18:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752408AbYCJARx (ORCPT ); Sun, 9 Mar 2008 20:17:53 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]:36162 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751361AbYCJARw (ORCPT ); Sun, 9 Mar 2008 20:17:52 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:message-id:user-agent:mime-version:content-type:from; b=OVw2k77H+DVGdivypoozZzR71PU57AgIKSSER6NYMkASzg5klBrxvgxgOgK0aZcghT/LvdutvrNuwHN7i2Dsu92HjebTpnhstrjrh88aOX+8U7s3fImGTasgJhYSTx4S15voGf5JEzIHGnVO8pHQSGdFNlbmLXR+4rVWWCSeCOo= Date: Mon, 10 Mar 2008 01:12:08 +0100 (CET) To: LKML cc: Linux memory management list , Trivial Patch Monkey , Emil Medve , Jesper Juhl , Linus Torvalds Subject: [PATCH] Do not include linux/backing-dev.h twice inside mm/filemap.c Message-ID: User-Agent: Alpine 1.00 (LNX 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Jesper Juhl Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 27 Don't include linux/backing-dev.h twice in mm/filemap.c, it's pointless. Signed-off-by: Jesper Juhl --- filemap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/filemap.c b/mm/filemap.c index 5c74b68..ab98557 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include -- 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/