Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

YueHaibing and committed by
Linus Torvalds
c7df08f1 4e79603b

-1
-1
mm/slab.h
··· 46 46 #include <linux/kmemleak.h> 47 47 #include <linux/random.h> 48 48 #include <linux/sched/mm.h> 49 - #include <linux/kmemleak.h> 50 49 51 50 /* 52 51 * State of the slab allocator.