Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Rasmus Villemoes and committed by
Linus Torvalds
7f1ce3c8 fb41f9d7

-1
-1
lib/plist.c
··· 25 25 26 26 #include <linux/bug.h> 27 27 #include <linux/plist.h> 28 - #include <linux/spinlock.h> 29 28 30 29 #ifdef CONFIG_DEBUG_PI_LIST 31 30