From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:02 +0000 (-0800) Subject: lib/plist.c: remove redundant include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7f1ce3c86411f5b836f84358e2fc4e225c7e145e;p=linux-beck.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 d408e774b746..3a30c53db061 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -25,7 +25,6 @@ #include #include -#include #ifdef CONFIG_DEBUG_PI_LIST