diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2009-12-18 21:38:37 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-01-12 18:19:33 +0100 |
commit | 7e326d687d182e45447c24daccaa9b60bae130d5 (patch) | |
tree | 60958ec62e35aacc5471503a4ef3d58c6ccb93f6 /arch/mips/powertv/init.h | |
parent | 0eb99a9354cfe73dfa76ef81c917f7655b1b306c (diff) | |
download | blackbird-obmc-linux-7e326d687d182e45447c24daccaa9b60bae130d5.tar.gz blackbird-obmc-linux-7e326d687d182e45447c24daccaa9b60bae130d5.zip |
MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init()
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/801/
Reviewed-by: David VomLehn <dvomlehn@cisco.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv/init.h')
-rw-r--r-- | arch/mips/powertv/init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/powertv/init.h b/arch/mips/powertv/init.h index 7af6bf25008c..b194c34ca966 100644 --- a/arch/mips/powertv/init.h +++ b/arch/mips/powertv/init.h @@ -22,7 +22,5 @@ #ifndef _POWERTV_INIT_H #define _POWERTV_INIT_H -extern int prom_argc; -extern int *_prom_argv; extern unsigned long _prom_memsize; #endif |