| commit | 10f0fc17f54527520959298f947c9b9e80643f84 | [log] [tgz] |
|---|---|---|
| author | Paul Mundt <lethal@linux-sh.org> | Wed Jan 07 17:45:02 2009 +0900 |
| committer | Paul Mundt <lethal@linux-sh.org> | Wed Jan 21 17:42:58 2009 +0900 |
| tree | d2814a8e0079e5f9b4f1aea9dc88a7232a478806 | |
| parent | 5e6136135d4f50fda6699498185c6dffe08d7891 [diff] |
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 <lethal@linux-sh.org>