summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-10-08 11:53:35 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2020-10-15 08:33:08 +1100
commit8002f4779fcfe8544c0e3ce4b97653703b11b269 (patch)
tree7cd61b6ebdaad9c2669fbd89e0501a75fbbb14e5 /mm
parent9f0ba1509dfd31effb00bfbddd9818e3aaf67967 (diff)
downloadlinux-next-8002f4779fcfe8544c0e3ce4b97653703b11b269.tar.gz
mm/slab.h: remove duplicate include
Remove duplicate header which is included twice. Link: http://lkml.kernel.org/r/20200818114323.58156-1-yuehaibing@huawei.com Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'mm')
-rw-r--r--mm/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slab.h b/mm/slab.h
index 6dd4b702888a..06c6587765a3 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.