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: fixes-v4.0-rc1~115^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886d3dfa85d5aa6f11813c319e50f5402c7cf4e4;p=pandora-kernel.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 --- Reading git-diff-tree failed