summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2015-02-12 15:02:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-12 18:54:15 -0800
commit9b40570bd986128bb8e3c5f6f1abc60e1ad89794 (patch)
tree99427b8d3805a4d61b947b0e224d7d3d3491e8b8 /lib
parent9a29ae84c147a348c3cb7aef249b0d40ed6da1ed (diff)
downloadop-kernel-dev-9b40570bd986128bb8e3c5f6f1abc60e1ad89794.zip
op-kernel-dev-9b40570bd986128bb8e3c5f6f1abc60e1ad89794.tar.gz
lib/llist.c: remove redundant include
This file doesn't seem to use anything provided by linux/interrupt.h or anything recursively included through that. Removing it produces byte-identical output, while reducing .llist.o.cmd from 541 to 156 lines. 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/llist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/llist.c b/lib/llist.c
index f76196d..0b0e977 100644
--- a/lib/llist.c
+++ b/lib/llist.c
@@ -24,7 +24,6 @@
*/
#include <linux/kernel.h>
#include <linux/export.h>
-#include <linux/interrupt.h>
#include <linux/llist.h>
OpenPOWER on IntegriCloud