diff options
Diffstat (limited to 'arch/mips/nxp/pnx833x/common/prom.c')
-rw-r--r-- | arch/mips/nxp/pnx833x/common/prom.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/nxp/pnx833x/common/prom.c b/arch/mips/nxp/pnx833x/common/prom.c index 2a41e8fec210..29969f90a6b0 100644 --- a/arch/mips/nxp/pnx833x/common/prom.c +++ b/arch/mips/nxp/pnx833x/common/prom.c @@ -62,9 +62,3 @@ char __init *prom_getenv(char *envname) void __init prom_free_prom_memory(void) { } - -char * __init prom_getcmdline(void) -{ - return arcs_cmdline; -} - |