diff options
Diffstat (limited to 'arch/mips/loongson/common/cmdline.c')
| -rw-r--r-- | arch/mips/loongson/common/cmdline.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/mips/loongson/common/cmdline.c b/arch/mips/loongson/common/cmdline.c index 7ad47f227477..1a06defc4f7f 100644 --- a/arch/mips/loongson/common/cmdline.c +++ b/arch/mips/loongson/common/cmdline.c @@ -10,7 +10,7 @@ * Author: Fuxin Zhang, [email protected] * * Copyright (C) 2009 Lemote Inc. - * Author: Wu Zhangjin, [email protected] + * Author: Wu Zhangjin, [email protected] * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -21,12 +21,11 @@ #include <loongson.h> -int prom_argc; -/* pmon passes arguments in 32bit pointers */ -int *_prom_argv; - void __init prom_init_cmdline(void) { + int prom_argc; + /* pmon passes arguments in 32bit pointers */ + int *_prom_argv; int i; long l; |