From ddb4e767437c75858e9ad556e1a9477c6fffbefb Mon Sep 17 00:00:00 2001 From: Matthew Needes Date: Sat, 5 Sep 2015 13:03:38 -0700 Subject: [PATCH] staging: lustre/obdclass/linux/linux-module.c Fixed sparse warning by removing unused variable "proc_version". Signed-off-by: Matthew Needes Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/obdclass/linux/linux-module.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c index 6218ef34ee80..245ac2e9b2dd 100644 --- a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c +++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c @@ -73,8 +73,6 @@ #include "../../include/lustre_ver.h" #include "../../include/lustre/lustre_build_version.h" -int proc_version; - /* buffer MUST be at least the size of obd_ioctl_hdr */ int obd_ioctl_getdata(char **buf, int *len, void *arg) { -- 2.34.1