aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/nxp/pnx833x/stb22x/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/nxp/pnx833x/stb22x/board.c')
-rw-r--r--arch/mips/nxp/pnx833x/stb22x/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/nxp/pnx833x/stb22x/board.c b/arch/mips/nxp/pnx833x/stb22x/board.c
index 90cc604bdadf..644eb7c3210f 100644
--- a/arch/mips/nxp/pnx833x/stb22x/board.c
+++ b/arch/mips/nxp/pnx833x/stb22x/board.c
@@ -39,7 +39,7 @@
39#define PNX8335_DEBUG7 0x441c 39#define PNX8335_DEBUG7 0x441c
40 40
41int prom_argc; 41int prom_argc;
42char **prom_argv = 0, **prom_envp = 0; 42char **prom_argv, **prom_envp;
43 43
44extern void prom_init_cmdline(void); 44extern void prom_init_cmdline(void);
45extern char *prom_getenv(char *envname); 45extern char *prom_getenv(char *envname);