projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886d3df
)
lib/show_mem.c: remove redundant include
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Thu, 12 Feb 2015 23:03:08 +0000
(15:03 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:16 +0000
(18:54 -0800)
show_mem.c doesn't use anything from nmi.h. Removing it yields identical
objdump -d output for each of {allyes,allno,def}config and eliminates more
than 100 lines in the dependency file.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/show_mem.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/show_mem.c
b/lib/show_mem.c
index 7de89f4a36cfa54dd01980898a4646f7c41ec550..adc98e1825ba0d6df09623595253f5d9f4af9a73 100644
(file)
--- a/
lib/show_mem.c
+++ b/
lib/show_mem.c
@@
-6,7
+6,6
@@
*/
#include <linux/mm.h>
-#include <linux/nmi.h>
#include <linux/quicklist.h>
#include <linux/cma.h>