diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-03-25 14:55:32 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 12:30:10 +0200 |
commit | 270690e00cdb034cd945ab597c24e6aff0227f77 (patch) | |
tree | a5dafe37c5418e6cb7862c7591a8314cebfbc63d /arch/mips/powertv/memory.c | |
parent | b431f09d552cc85b19ee1d029eb1d3a992b73166 (diff) | |
download | talos-op-linux-270690e00cdb034cd945ab597c24e6aff0227f77.tar.gz talos-op-linux-270690e00cdb034cd945ab597c24e6aff0227f77.zip |
MIPS: FW: Remove obsolete header file for MTI platforms.
Remove 'arch/mips/include/asm/mips-boards/prom.h' and get rid of
all inclusions of it by Malta and SEAD-3 platforms.
[ralf@linux-mips.org: Fold in John Crispin <blogic@openwrt.org>'s "MIPS:
ar7 powertv build"].
[ralf@linux-mips.org: Fold in John Crispin <blogic@openwrt.org>'s "MIPS:
unbreak powertv build"].
[ralf@linux-mips.org: Test. Build. Your. Fscking. Code. Or...]
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Diffstat (limited to 'arch/mips/powertv/memory.c')
-rw-r--r-- | arch/mips/powertv/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/powertv/memory.c b/arch/mips/powertv/memory.c index 6e5f1bdc59b5..bc2f3ca22b41 100644 --- a/arch/mips/powertv/memory.c +++ b/arch/mips/powertv/memory.c @@ -29,7 +29,6 @@ #include <asm/page.h> #include <asm/sections.h> -#include <asm/mips-boards/prom.h> #include <asm/mach-powertv/asic.h> #include <asm/mach-powertv/ioremap.h> |