From: Iban Rodriguez Date: Tue, 12 Apr 2016 21:08:34 +0000 (+0200) Subject: Staging: lustre: Make lustre_profile_list static X-Git-Tag: Ubuntu-5.10.0-12.13~12578^2~327 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=610cc3a49fdc563395bc3e65fa4a6aa8f97651eb;p=mirror_ubuntu-hirsute-kernel.git Staging: lustre: Make lustre_profile_list static Variable lustre_profile_list is only used inside obd_config.c, better make it static Signed-off-by: Iban Rodriguez Acked-by: James Simmons Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/obd_config.c b/drivers/staging/lustre/lustre/obdclass/obd_config.c index 318a2e3e72ab..ae3884423d1c 100644 --- a/drivers/staging/lustre/lustre/obdclass/obd_config.c +++ b/drivers/staging/lustre/lustre/obdclass/obd_config.c @@ -606,7 +606,7 @@ static int class_del_conn(struct obd_device *obd, struct lustre_cfg *lcfg) return rc; } -LIST_HEAD(lustre_profile_list); +static LIST_HEAD(lustre_profile_list); struct lustre_profile *class_get_profile(const char *prof) {