summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authoranuvazhayil <anuv.1994@gmail.com>2014-10-29 03:13:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-29 15:39:55 +0800
commit1e76bb40f85c543c306562b4e7fcb6209b39c5fa (patch)
tree232a5f4cc93446ade54e8aed98a350f15ce0feff /drivers/staging/lustre
parented09b447dd079d2e73f7aa9b00b2cd0e81ba2b21 (diff)
downloadop-kernel-dev-1e76bb40f85c543c306562b4e7fcb6209b39c5fa.zip
op-kernel-dev-1e76bb40f85c543c306562b4e7fcb6209b39c5fa.tar.gz
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 <anuv.1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c b/drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c
index dbb81b6..31a5581 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
OpenPOWER on IntegriCloud