aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2020-10-15 20:09:46 -0700
committerLinus Torvalds <[email protected]>2020-10-16 11:11:18 -0700
commitc7df08f1953bb6cbd61b0c37f825b6e7b4489217 (patch)
tree3f000a636c09ff8f6e6cd5072864da1e2ea8458e
parent4e79603bbd33aa9600313ae6f887741efbb01456 (diff)
mm/slab.h: remove duplicate include
Remove duplicate header which is included twice. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Pekka Enberg <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
-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.