projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e79603
)
mm/slab.h: remove duplicate include
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 16 Oct 2020 03:09:46 +0000
(20:09 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:18 +0000
(11:11 -0700)
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>
mm/slab.h
patch
|
blob
|
history
diff --git
a/mm/slab.h
b/mm/slab.h
index 6dd4b702888a75aa02f93bc8e41938fa5a2d083e..06c6587765a342e51fb2c0680444c0e4a205aefc 100644
(file)
--- 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.