diff options
author | Yoichi Yuasa | 2010-02-01 14:05:57 +0100 |
---|---|---|
committer | Ralf Baechle | 2010-02-27 12:53:21 +0100 |
commit | ae7cbef5e5789e2ee6855222a3b83eb94591ef0b (patch) | |
tree | 5c184ac0807eac7618c2d5717ffefcf510ce7f71 /arch/mips/include/asm/mach-au1x00/prom.h | |
parent | MIPS: Alchemy: Remove forced command line setting (diff) | |
download | kernel-qcow2-linux-ae7cbef5e5789e2ee6855222a3b83eb94591ef0b.tar.gz kernel-qcow2-linux-ae7cbef5e5789e2ee6855222a3b83eb94591ef0b.tar.xz kernel-qcow2-linux-ae7cbef5e5789e2ee6855222a3b83eb94591ef0b.zip |
MIPS: Alchemy: Remove prom_getcmdline()
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/927/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-au1x00/prom.h')
-rw-r--r-- | arch/mips/include/asm/mach-au1x00/prom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/prom.h b/arch/mips/include/asm/mach-au1x00/prom.h index e38715577c51..4c0e09cf1735 100644 --- a/arch/mips/include/asm/mach-au1x00/prom.h +++ b/arch/mips/include/asm/mach-au1x00/prom.h @@ -6,7 +6,6 @@ extern char **prom_argv; extern char **prom_envp; extern void prom_init_cmdline(void); -extern char *prom_getcmdline(void); extern char *prom_getenv(char *envname); extern int prom_get_ethernet_addr(char *ethernet_addr); |