diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 16:41:37 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 16:41:37 +0400 |
commit | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (patch) | |
tree | 75c71fec79583491ed0ae1038f906ce90d11192c /arch/sh/boards/mach-se/7751/irq.c | |
parent | e565b518ec3a62aebf54da31c65bb6036bb5a276 (diff) | |
download | linux-939a24a6df24649cea9fd0ff54fe71ee0dc1d61e.tar.xz |
sh: Move out the solution engine headers to arch/sh/include/mach-se/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7751/irq.c')
-rw-r--r-- | arch/sh/boards/mach-se/7751/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7751/irq.c b/arch/sh/boards/mach-se/7751/irq.c index c3d12590e5db..5c9847ea1e7c 100644 --- a/arch/sh/boards/mach-se/7751/irq.c +++ b/arch/sh/boards/mach-se/7751/irq.c @@ -12,7 +12,7 @@ #include <linux/init.h> #include <linux/irq.h> #include <asm/irq.h> -#include <asm/se7751.h> +#include <mach-se/mach/se7751.h> static struct ipr_data ipr_irq_table[] = { { 13, 3, 3, 2 }, |