mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
staging: lustre/obdclass/linux/linux-module.c
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e03b80cfc2
commit
ddb4e76743
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user