1
0
Fork 0

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>
wifi-calibration
Rasmus Villemoes 2015-02-12 15:03:08 -08:00 committed by Linus Torvalds
parent 886d3dfa85
commit b8b6db1793
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
*/
#include <linux/mm.h>
#include <linux/nmi.h>
#include <linux/quicklist.h>
#include <linux/cma.h>