commit | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jul 29 21:41:37 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jul 29 21:41:37 2008 +0900 |
tree | 75c71fec79583491ed0ae1038f906ce90d11192c | |
parent | e565b518ec3a62aebf54da31c65bb6036bb5a276 [diff] [blame] |
sh: Move out the solution engine headers to arch/sh/include/mach-se/ Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/drivers/pci/ops-se7780.c b/arch/sh/drivers/pci/ops-se7780.c index bbdb48c..3145c62 100644 --- a/arch/sh/drivers/pci/ops-se7780.c +++ b/arch/sh/drivers/pci/ops-se7780.c
@@ -13,7 +13,7 @@ #include <linux/init.h> #include <linux/delay.h> #include <linux/pci.h> -#include <asm/se7780.h> +#include <mach-se/mach/se7780.h> #include <asm/io.h> #include "pci-sh4.h"