From: Jiri Olsa <olsajiri@gmail.com>
To: linux-mm@kvack.org
Subject: [PATCH] mm: Removing duplicit #includes
Date: Wed, 07 Nov 2007 09:37:43 +0100 [thread overview]
Message-ID: <47317957.1050504@gmail.com> (raw)
Removing duplicit #includes for mm/
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
---
+++ b/mm/filemap.c
@@ -28,7 +28,6 @@
#include <linux/backing-dev.h>
#include <linux/pagevec.h>
#include <linux/blkdev.h>
-#include <linux/backing-dev.h>
#include <linux/security.h>
#include <linux/syscalls.h>
#include <linux/cpuset.h>
diff --git a/mm/swapfile.c b/mm/swapfile.c
index f071648..83da158 100644
--- a/mm/swapfile.c
+++ b/mm/swapfile.c
@@ -1153,7 +1153,6 @@ out:
}
#if 0 /* We don't need this yet */
-#include <linux/backing-dev.h>
int page_queue_congested(struct page *page)
{
struct backing_dev_info *bdi;
--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2007-11-07 8:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-07 8:37 Jiri Olsa [this message]
2007-11-07 9:03 ` [PATCH] mm: Removing duplicit #includes Jiri Olsa
-- strict thread matches above, loose matches on Subject: below --
2007-11-07 9:23 Jiri Olsa
2007-11-05 20:14 Jiri Olsa
2007-11-05 20:25 ` Matthew Wilcox
2007-11-05 22:48 ` Jiri Olsa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47317957.1050504@gmail.com \
--to=olsajiri@gmail.com \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.