mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
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:
committed by
Greg Kroah-Hartman
parent
ed09b447dd
commit
1e76bb40f8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user