linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] mm: remove duplicated include from madvise.c
@ 2020-05-05 10:00 YueHaibing
  2020-05-05 20:05 ` Souptick Joarder
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-05-05 10:00 UTC (permalink / raw)
  To: Andrew Morton, Christian Brauner
  Cc: YueHaibing, linux-mm, linux-kernel, kernel-janitors

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 mm/madvise.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mm/madvise.c b/mm/madvise.c
index 8fec261457a6..f8be54dd92d3 100644
--- a/mm/madvise.c
+++ b/mm/madvise.c
@@ -29,7 +29,6 @@
 #include <linux/swapops.h>
 #include <linux/shmem_fs.h>
 #include <linux/mmu_notifier.h>
-#include <linux/sched/mm.h>
 #include <linux/uio.h>
 
 #include <asm/tlb.h>







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

* Re: [PATCH -next] mm: remove duplicated include from madvise.c
  2020-05-05 10:00 [PATCH -next] mm: remove duplicated include from madvise.c YueHaibing
@ 2020-05-05 20:05 ` Souptick Joarder
  0 siblings, 0 replies; 2+ messages in thread
From: Souptick Joarder @ 2020-05-05 20:05 UTC (permalink / raw)
  To: YueHaibing
  Cc: Andrew Morton, Christian Brauner, Linux-MM, linux-kernel,
	kernel-janitors

On Tue, May 5, 2020 at 3:26 PM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicated include.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Tested-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  mm/madvise.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/mm/madvise.c b/mm/madvise.c
> index 8fec261457a6..f8be54dd92d3 100644
> --- a/mm/madvise.c
> +++ b/mm/madvise.c
> @@ -29,7 +29,6 @@
>  #include <linux/swapops.h>
>  #include <linux/shmem_fs.h>
>  #include <linux/mmu_notifier.h>
> -#include <linux/sched/mm.h>
>  #include <linux/uio.h>
>
>  #include <asm/tlb.h>
>
>
>
>
>
>


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

end of thread, other threads:[~2020-05-05 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 10:00 [PATCH -next] mm: remove duplicated include from madvise.c YueHaibing
2020-05-05 20:05 ` Souptick Joarder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).