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/init.h | |
parent | b431f09d552cc85b19ee1d029eb1d3a992b73166 (diff) | |
download | linux-270690e00cdb034cd945ab597c24e6aff0227f77.tar.bz2 |
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/init.h')
-rw-r--r-- | arch/mips/powertv/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/powertv/init.h b/arch/mips/powertv/init.h index b194c34ca966..c1a8bd0dbe4b 100644 --- a/arch/mips/powertv/init.h +++ b/arch/mips/powertv/init.h @@ -23,4 +23,6 @@ #ifndef _POWERTV_INIT_H #define _POWERTV_INIT_H extern unsigned long _prom_memsize; +extern void prom_meminit(void); +extern char *prom_getenv(char *name); #endif |