diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-12 15:03:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-12 18:54:16 -0800 |
commit | 7f1ce3c86411f5b836f84358e2fc4e225c7e145e (patch) | |
tree | e4360e424df4ca5e5a4d557ed00115f9bfee4f60 /lib/plist.c | |
parent | fb41f9d71c4b15474640d1c01ae2e90982d8d07e (diff) | |
download | linux-7f1ce3c86411f5b836f84358e2fc4e225c7e145e.tar.bz2 |
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>
Diffstat (limited to 'lib/plist.c')
-rw-r--r-- | lib/plist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/bug.h> #include <linux/plist.h> -#include <linux/spinlock.h> #ifdef CONFIG_DEBUG_PI_LIST |