From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:05 +0000 (-0800) Subject: lib/radix-tree.c: change to simpler include X-Git-Tag: v4.0~299^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=886d3dfa85d5aa6f11813c319e50f5402c7cf4e4;p=platform%2Fkernel%2Flinux-amlogic.git lib/radix-tree.c: change to simpler include The comment helpfully explains why hardirq.h is included, but since commit 2d4b84739f0a ("hardirq: Split preempt count mask definitions") in_interrupt() has been provided by preempt_mask.h. Use that instead, saving around 40 lines in the generated dependency file. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/radix-tree.c b/lib/radix-tree.c index 3291a8e..3d2aa27 100644 --- a/lib/radix-tree.c +++ b/lib/radix-tree.c @@ -33,7 +33,7 @@ #include #include #include -#include /* in_interrupt() */ +#include /* in_interrupt() */ /*