From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:02 +0000 (-0800) Subject: lib/plist.c: remove redundant include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7f1ce3c86411f5b836f84358e2fc4e225c7e145e;p=linux.git lib/plist.c: remove redundant include Removing the include of linux/spinlock.h produces byte-identical output for {allno,def}config, and identical objdump -d output for allyesconfig. In the former two cases, more than a 100 lines are eliminated from the generated dependency file. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/plist.c b/lib/plist.c index d408e774b7462..3a30c53db0615 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -25,7 +25,6 @@ #include #include -#include #ifdef CONFIG_DEBUG_PI_LIST