]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
MIPS: PNX833x: Remove unused prom_getcmdline()
authorYoichi Yuasa <yuasa@linux-mips.org>
Thu, 28 Jan 2010 13:51:50 +0000 (22:51 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:17 +0000 (12:53 +0100)
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/885/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/nxp/pnx833x/common/prom.c

index 0688881ee5fb8a576e8f8d286429475b65c79208..29969f90a6b0f5ac715943ee356704c5eb9f5012 100644 (file)
@@ -62,8 +62,3 @@ char __init *prom_getenv(char *envname)
 void __init prom_free_prom_memory(void)
 {
 }
-
-char * __init prom_getcmdline(void)
-{
-       return arcs_cmdline;
-}