From 6a88c1715f1d52f2d9c7a633f5d6b129f8d9260b Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 12 Feb 2015 15:02:54 -0800 Subject: [PATCH] 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 --- lib/llist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/llist.c b/lib/llist.c index f76196d074097..0b0e9779d6753 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -24,7 +24,6 @@ */ #include #include -#include #include -- 2.39.5