All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: Removing duplicit #includes
@ 2007-11-05 20:14 Jiri Olsa
  2007-11-05 20:25 ` Matthew Wilcox
  2007-11-05 22:48 ` Jiri Olsa
  0 siblings, 2 replies; 6+ messages in thread
From: Jiri Olsa @ 2007-11-05 20:14 UTC (permalink / raw)
  To: kernel-janitors

Removing duplicit #includes for mm/
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
---
mm/filemap.c  |    1 -
mm/swapfile.c |    1 -
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index 188cf5f..0b360de 100644
--- a/mm/filemap.c
+++ 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;


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] mm: Removing duplicit #includes
@ 2007-11-07  8:37 Jiri Olsa
  2007-11-07  9:03 ` Jiri Olsa
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Olsa @ 2007-11-07  8:37 UTC (permalink / raw)
  To: linux-mm

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>

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] mm: Removing duplicit #includes
@ 2007-11-07  9:23 Jiri Olsa
  0 siblings, 0 replies; 6+ messages in thread
From: Jiri Olsa @ 2007-11-07  9:23 UTC (permalink / raw)
  To: linux-mm

Removing duplicit #includes for mm/
Signed-off-by: Jiri Olsa <olsajiri@gmail.com> 
---
 mm/filemap.c  |    1 -
 mm/swapfile.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index 188cf5f..0b360de 100644
--- a/mm/filemap.c
+++ 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>

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-11-07  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 20:14 [PATCH] mm: Removing duplicit #includes Jiri Olsa
2007-11-05 20:25 ` Matthew Wilcox
2007-11-05 22:48 ` Jiri Olsa
  -- strict thread matches above, loose matches on Subject: below --
2007-11-07  8:37 Jiri Olsa
2007-11-07  9:03 ` Jiri Olsa
2007-11-07  9:23 Jiri Olsa

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.