aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/nxp/pnx8550/common
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-09-17 02:25:07 +0200
committerRalf Baechle <ralf@linux-mips.org>2009-09-17 20:07:51 +0200
commit982f6ffeeed5ef6104cfd72e517ff9e7a9270fda (patch)
treecfe3546c4983d29deb1794890dcfd26ea480296a /arch/mips/nxp/pnx8550/common
parent2882b0c63ac6085fd5c18959240b6f7d6ffb8d5b (diff)
downloadkernel_samsung_smdk4412-982f6ffeeed5ef6104cfd72e517ff9e7a9270fda.zip
kernel_samsung_smdk4412-982f6ffeeed5ef6104cfd72e517ff9e7a9270fda.tar.gz
kernel_samsung_smdk4412-982f6ffeeed5ef6104cfd72e517ff9e7a9270fda.tar.bz2
MIPS: Remove useless zero initializations.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/nxp/pnx8550/common')
-rw-r--r--arch/mips/nxp/pnx8550/common/proc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/nxp/pnx8550/common/proc.c b/arch/mips/nxp/pnx8550/common/proc.c
index acf1fa8..af094cd 100644
--- a/arch/mips/nxp/pnx8550/common/proc.c
+++ b/arch/mips/nxp/pnx8550/common/proc.c
@@ -69,9 +69,9 @@ static int pnx8550_registers_read(char* page, char** start, off_t offset, int co
return len;
}
-static struct proc_dir_entry* pnx8550_dir = NULL;
-static struct proc_dir_entry* pnx8550_timers = NULL;
-static struct proc_dir_entry* pnx8550_registers = NULL;
+static struct proc_dir_entry* pnx8550_dir;
+static struct proc_dir_entry* pnx8550_timers;
+static struct proc_dir_entry* pnx8550_registers;
static int pnx8550_proc_init( void )
{