staging: lustre/obdclass/linux/linux-module.c
authorMatthew Needes <mneedes@gmail.com>
Sat, 5 Sep 2015 20:03:38 +0000 (13:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:50 +0000 (18:24 -0700)
Fixed sparse warning by removing unused variable "proc_version".

Signed-off-by: Matthew Needes <mneedes@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/linux/linux-module.c

index 6218ef34ee801521a21cac7005f47bba50b07511..245ac2e9b2dd03c150919a51a2bdcaba5f690d2b 100644 (file)
@@ -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)
 {
This page took 0.024553 seconds and 5 git commands to generate.