diff mbox series

[-next] mm: slab: Remove duplicate include

Message ID 20200818114323.58156-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] mm: slab: Remove duplicate include | expand

Commit Message

Yue Haibing Aug. 18, 2020, 11:43 a.m. UTC
Remove duplicate header which is included twice.

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

Comments

Pekka Enberg Aug. 19, 2020, 5:22 a.m. UTC | #1
On Tue, Aug 18, 2020 at 2:43 PM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove duplicate header which is included twice.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Reviewed-by: Pekka Enberg <penberg@kernel.org>
diff mbox series

Patch

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.