From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:08 +0000 (-0800) Subject: lib/show_mem.c: remove redundant include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b8b6db1793551fac131834d413199197f86b6b5f;p=linux.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/show_mem.c b/lib/show_mem.c index 7de89f4a36cfa..adc98e1825ba0 100644 --- a/lib/show_mem.c +++ b/lib/show_mem.c @@ -6,7 +6,6 @@ */ #include -#include #include #include