diff options
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2008-10-23 18:30:20 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 17:18:29 +0100 |
commit | d91f2cbe698cf70b50099343dac1ec8061bfd045 (patch) | |
tree | 0f419de8abc2b930dc7636d97a7d9dd8d64425f8 /arch/mips/pci/pci-emma2rh.c | |
parent | MIPS: EMMA: Move arch/mips/emma2rh/ into arch/mips/emma/ (diff) | |
download | linux-d91f2cbe698cf70b50099343dac1ec8061bfd045.tar.xz linux-d91f2cbe698cf70b50099343dac1ec8061bfd045.zip |
MIPS: EMMA: Move <asm/emma2rh> to <asm/emma> dir
We'll put all EMMA related headers there in the future.
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci-emma2rh.c')
-rw-r--r-- | arch/mips/pci/pci-emma2rh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-emma2rh.c b/arch/mips/pci/pci-emma2rh.c index 772e283daa63..2df4190232cd 100644 --- a/arch/mips/pci/pci-emma2rh.c +++ b/arch/mips/pci/pci-emma2rh.c @@ -30,7 +30,7 @@ #include <asm/bootinfo.h> -#include <asm/emma2rh/emma2rh.h> +#include <asm/emma/emma2rh.h> static struct resource pci_io_resource = { .name = "pci IO space", |