From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by ug-out-1314.google.com with SMTP id u40so4120764ugc.29 for ; Sun, 09 Mar 2008 17:17:50 -0700 (PDT) Date: Mon, 10 Mar 2008 01:12:08 +0100 (CET) Subject: [PATCH] Do not include linux/backing-dev.h twice inside mm/filemap.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From: Jesper Juhl Sender: owner-linux-mm@kvack.org Return-Path: To: LKML Cc: Linux memory management list , Trivial Patch Monkey , Emil Medve , Jesper Juhl , Linus Torvalds List-ID: 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org