commit | 982f6ffeeed5ef6104cfd72e517ff9e7a9270fda | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 02:25:07 2009 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 20:07:51 2009 +0200 |
tree | cfe3546c4983d29deb1794890dcfd26ea480296a | |
parent | 2882b0c63ac6085fd5c18959240b6f7d6ffb8d5b [diff] [blame] |
MIPS: Remove useless zero initializations. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 9a1ab7e..eb6c4c5 100644 --- a/arch/mips/kernel/vpe.c +++ b/arch/mips/kernel/vpe.c
@@ -74,7 +74,7 @@ #ifdef CONFIG_MIPS_APSP_KSPD static struct kspd_notifications kspd_events; -static int kspd_events_reqd = 0; +static int kspd_events_reqd; #endif /* grab the likely amount of memory we will need. */