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>
This commit is contained in:
parent
ed09b447dd
commit
1e76bb40f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue