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

lib/show_mem.c: remove redundant include

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>

authored by

Rasmus Villemoes and committed by
Linus Torvalds
b8b6db17 886d3dfa

-1
-1
lib/show_mem.c
··· 6 6 */ 7 7 8 8 #include <linux/mm.h> 9 - #include <linux/nmi.h> 10 9 #include <linux/quicklist.h> 11 10 #include <linux/cma.h> 12 11