From: Jesper Juhl Date: Mon, 10 Mar 2008 00:12:08 +0000 (+0100) Subject: Do not include linux/backing-dev.h twice X-Git-Tag: v2.6.25-rc5~1 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=3426fadfa20454f124203768857e8f18ab4909bd 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 5c74b68..ab98557 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include