]> git.baikalelectronics.ru Git - kernel.git/commit
sh: mach-x3proto: needs linux/irq.h.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 7 Jan 2009 08:45:02 +0000 (17:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 21 Jan 2009 08:42:58 +0000 (17:42 +0900)
commit835eb19cb0fe11950bd1f2aa2ba7f9bf46166023
treed2814a8e0079e5f9b4f1aea9dc88a7232a478806
parent522647d86ac4a269decca5d4cf8f24caf9b9a36d
sh: mach-x3proto: needs linux/irq.h.

Since commit 33821eaf02652012ba73ef1dc43c7975ceb7162d
("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 <lethal@linux-sh.org>
arch/sh/boards/mach-x3proto/setup.c