From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:54 +0000 (-0800) Subject: lib/llist.c: remove redundant include X-Git-Tag: firefly_0821_release~176^2~2336^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b40570bd986128bb8e3c5f6f1abc60e1ad89794;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/llist.c b/lib/llist.c index f76196d07409..0b0e9779d675 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -24,7 +24,6 @@ */ #include #include -#include #include