diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-01-09 15:11:58 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-01-21 17:43:25 +0900 |
commit | 604437f0f8ce1d66d4bdaa0d932949688d847d96 (patch) | |
tree | 424d38a0903e6c90c79b183ec534493cfc8af967 /arch/sh/boards/mach-hp6xx | |
parent | 70e5c4f0843c3021a2e95b46edd8925a885d2e31 (diff) |
sh: sh7785lcr/highlander/hp6xx need linux/irq.h.
More build fixes..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-hp6xx')
-rw-r--r-- | arch/sh/boards/mach-hp6xx/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-hp6xx/setup.c b/arch/sh/boards/mach-hp6xx/setup.c index 48fece78ff5..746742bdc01 100644 --- a/arch/sh/boards/mach-hp6xx/setup.c +++ b/arch/sh/boards/mach-hp6xx/setup.c @@ -12,9 +12,9 @@ #include <linux/types.h> #include <linux/init.h> #include <linux/platform_device.h> +#include <linux/irq.h> #include <asm/hd64461.h> #include <asm/io.h> -#include <asm/irq.h> #include <mach/hp6xx.h> #include <cpu/dac.h> |