summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2015-02-12 15:03:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-12 18:54:16 -0800
commit7f1ce3c86411f5b836f84358e2fc4e225c7e145e (patch)
treee4360e424df4ca5e5a4d557ed00115f9bfee4f60 /lib
parentfb41f9d71c4b15474640d1c01ae2e90982d8d07e (diff)
downloadop-kernel-dev-7f1ce3c86411f5b836f84358e2fc4e225c7e145e.zip
op-kernel-dev-7f1ce3c86411f5b836f84358e2fc4e225c7e145e.tar.gz
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')
-rw-r--r--lib/plist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c
index d408e77..3a30c53 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
OpenPOWER on IntegriCloud