diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-16 20:25:07 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:51 -0400 |
commit | 982f6ffeeed5ef6104cfd72e517ff9e7a9270fda (patch) | |
tree | cfe3546c4983d29deb1794890dcfd26ea480296a /arch/mips/nxp/pnx833x/stb22x | |
parent | 2882b0c63ac6085fd5c18959240b6f7d6ffb8d5b (diff) |
MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/nxp/pnx833x/stb22x')
-rw-r--r-- | arch/mips/nxp/pnx833x/stb22x/board.c | 2 |
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 | ||
41 | int prom_argc; | 41 | int prom_argc; |
42 | char **prom_argv = 0, **prom_envp = 0; | 42 | char **prom_argv, **prom_envp; |
43 | 43 | ||
44 | extern void prom_init_cmdline(void); | 44 | extern void prom_init_cmdline(void); |
45 | extern char *prom_getenv(char *envname); | 45 | extern char *prom_getenv(char *envname); |