From: Jesper Juhl Date: Mon, 10 Mar 2008 00:12:08 +0000 (+0100) Subject: Do not include linux/backing-dev.h twice X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3426fadfa20454f124203768857e8f18ab4909bd;p=mv-sheeva.git Do not include linux/backing-dev.h twice Don't include linux/backing-dev.h twice in mm/filemap.c, it's pointless. Signed-off-by: Jesper Juhl Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index 5c74b68935a..ab98557e228 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include