* [PATCH] Remove duplicate include file
@ 2020-09-09 9:36 Yi Li
2020-09-09 9:51 ` Mike Rapoport
0 siblings, 1 reply; 2+ messages in thread
From: Yi Li @ 2020-09-09 9:36 UTC (permalink / raw)
To: akpm, cl, penberg, rientjes, iamjoonsoo.kim
Cc: yilikernel, linux-kernel, linux-mm, linux-arm-kernel, clin,
mark.rutland, maz, anshuman.khandual, ardb, geert, rppt, Yi Li
Remove duplicate include file
Signed-off-by: Yi Li <yili@winhong.com>
---
arch/arm/mm/mmu.c | 1 -
mm/slab.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
index c36f977b2ccb..7bbcdb29413e 100644
--- a/arch/arm/mm/mmu.c
+++ b/arch/arm/mm/mmu.c
@@ -34,7 +34,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/pci.h>
-#include <asm/fixmap.h>
#include "fault.h"
#include "mm.h"
diff --git a/mm/slab.h b/mm/slab.h
index 6cc323f1313a..95e5cc1bb2a3 100644
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -46,7 +46,6 @@ struct kmem_cache {
#include <linux/kmemleak.h>
#include <linux/random.h>
#include <linux/sched/mm.h>
-#include <linux/kmemleak.h>
/*
* State of the slab allocator.
--
2.25.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Remove duplicate include file
2020-09-09 9:36 [PATCH] Remove duplicate include file Yi Li
@ 2020-09-09 9:51 ` Mike Rapoport
0 siblings, 0 replies; 2+ messages in thread
From: Mike Rapoport @ 2020-09-09 9:51 UTC (permalink / raw)
To: Yi Li
Cc: akpm, cl, penberg, rientjes, iamjoonsoo.kim, yilikernel,
linux-kernel, linux-mm, linux-arm-kernel, clin, mark.rutland,
maz, anshuman.khandual, ardb, geert
On Wed, Sep 09, 2020 at 05:36:32PM +0800, Yi Li wrote:
> Remove duplicate include file
>
> Signed-off-by: Yi Li <yili@winhong.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
> ---
> arch/arm/mm/mmu.c | 1 -
> mm/slab.h | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c
> index c36f977b2ccb..7bbcdb29413e 100644
> --- a/arch/arm/mm/mmu.c
> +++ b/arch/arm/mm/mmu.c
> @@ -34,7 +34,6 @@
> #include <asm/mach/arch.h>
> #include <asm/mach/map.h>
> #include <asm/mach/pci.h>
> -#include <asm/fixmap.h>
>
> #include "fault.h"
> #include "mm.h"
> diff --git a/mm/slab.h b/mm/slab.h
> index 6cc323f1313a..95e5cc1bb2a3 100644
> --- a/mm/slab.h
> +++ b/mm/slab.h
> @@ -46,7 +46,6 @@ struct kmem_cache {
> #include <linux/kmemleak.h>
> #include <linux/random.h>
> #include <linux/sched/mm.h>
> -#include <linux/kmemleak.h>
>
> /*
> * State of the slab allocator.
> --
> 2.25.3
>
>
>
>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-09 9:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 9:36 [PATCH] Remove duplicate include file Yi Li
2020-09-09 9:51 ` Mike Rapoport
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox