From: Iban Rodriguez Date: Tue, 12 Apr 2016 21:08:34 +0000 (+0200) Subject: Staging: lustre: Make lustre_profile_list static X-Git-Tag: v4.14-rc1~3181^2~327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=610cc3a49fdc563395bc3e65fa4a6aa8f97651eb;p=platform%2Fkernel%2Flinux-rpi.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 318a2e3..ae38844 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) {