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-highlander | |
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-highlander')
-rw-r--r-- | arch/sh/boards/mach-highlander/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-highlander/setup.c b/arch/sh/boards/mach-highlander/setup.c index 806438b42ca..20fe72c515d 100644 --- a/arch/sh/boards/mach-highlander/setup.c +++ b/arch/sh/boards/mach-highlander/setup.c @@ -18,6 +18,7 @@ #include <linux/ata_platform.h> #include <linux/types.h> #include <linux/i2c.h> +#include <linux/irq.h> #include <net/ax88796.h> #include <asm/machvec.h> #include <mach/highlander.h> |