diff options
author | YueHaibing | 2020-10-15 20:09:46 -0700 |
---|---|---|
committer | Linus Torvalds | 2020-10-16 11:11:18 -0700 |
commit | c7df08f1953bb6cbd61b0c37f825b6e7b4489217 (patch) | |
tree | 3f000a636c09ff8f6e6cd5072864da1e2ea8458e /mm | |
parent | 4e79603bbd33aa9600313ae6f887741efbb01456 (diff) |
mm/slab.h: remove duplicate include
Remove duplicate header which is included twice.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Link: http://lkml.kernel.org/r/20200818114323.58156-1-yuehaibing@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/slab.h | 1 |
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. |