projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed657e5
)
mm/shmem: remove duplicate include in memory.c
author
Wan Jiabing
<wanjiabing@vivo.com>
Fri, 13 May 2022 03:23:00 +0000
(20:23 -0700)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 13 May 2022 14:20:14 +0000
(07:20 -0700)
Fix following checkincludes.pl warning:
mm/memory.c: linux/mm_inline.h is included more than once.
The include is in line 44. Remove the duplicated here.
Link:
https://lkml.kernel.org/r/20220427064717.803019-1-wanjiabing@vivo.com
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c
patch
|
blob
|
history
diff --git
a/mm/memory.c
b/mm/memory.c
index
f4161fb
..
f4b2c05
100644
(file)
--- a/
mm/memory.c
+++ b/
mm/memory.c
@@
-74,7
+74,6
@@
#include <linux/perf_event.h>
#include <linux/ptrace.h>
#include <linux/vmalloc.h>
-#include <linux/mm_inline.h>
#include <trace/events/kmem.h>