From: Paul Mundt Date: Wed, 7 Jan 2009 08:45:02 +0000 (+0900) Subject: sh: mach-x3proto: needs linux/irq.h. X-Git-Tag: upstream/snapshot3+hdmi~20459^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10f0fc17f54527520959298f947c9b9e80643f84;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: mach-x3proto: needs linux/irq.h. Since commit ba84be2338d3a2b6020d39279335bb06fcd332e1 ("remove linux/hardirq.h from asm-generic/local.h"), the asm/irq.h definitions that mach-x3proto/setup.c depends on are no longer available, causing the build to die. So, include linux/irq.h explicitly. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/mach-x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c index a70d23b..a340492 100644 --- a/arch/sh/boards/mach-x3proto/setup.c +++ b/arch/sh/boards/mach-x3proto/setup.c @@ -14,6 +14,7 @@ #include #include #include +#include #include static struct resource heartbeat_resources[] = {