From: anuvazhayil Date: Tue, 28 Oct 2014 21:43:54 +0000 (+0530) Subject: Staging: lustre: libcfs_cpu: Fix ERROR: do not initialise globals to 0 or NULL X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1e76bb40f85c543c306562b4e7fcb6209b39c5fa;p=deliverable%2Flinux.git Staging: lustre: libcfs_cpu: Fix ERROR: do not initialise globals to 0 or NULL Fixed the ERROR: do not initialise globals to 0 or NULL Signed-off-by: anuvazhayil Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c b/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c index dbb81b6cc200..31a558115a96 100644 --- a/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c +++ b/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c @@ -38,7 +38,7 @@ #include "../../include/linux/libcfs/libcfs.h" /** Global CPU partition table */ -struct cfs_cpt_table *cfs_cpt_table __read_mostly = NULL; +struct cfs_cpt_table *cfs_cpt_table __read_mostly; EXPORT_SYMBOL(cfs_cpt_table); #ifndef HAVE_LIBCFS_CPT