From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:08 +0000 (-0800) Subject: lib/show_mem.c: remove redundant include X-Git-Tag: firefly_0821_release~176^2~2336^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b8b6db1793551fac131834d413199197f86b6b5f;p=firefly-linux-kernel-4.4.55.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 7de89f4a36cf..adc98e1825ba 100644 --- a/lib/show_mem.c +++ b/lib/show_mem.c @@ -6,7 +6,6 @@ */ #include -#include #include #include