Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219635 > unrolled thread
| Started by | Matthew Needes <mneedes@gmail.com> |
|---|---|
| First post | 2015-09-05 22:10 +0200 |
| Last post | 2015-09-05 22:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/1] staging: lustre/obdclass/linux/linux-module.c Matthew Needes <mneedes@gmail.com> - 2015-09-05 22:10 +0200
| From | Matthew Needes <mneedes@gmail.com> |
|---|---|
| Date | 2015-09-05 22:10 +0200 |
| Subject | [PATCH 1/1] staging: lustre/obdclass/linux/linux-module.c |
| Message-ID | <q5rWF-2ff-13@gated-at.bofh.it> |
Fixed sparse warning by removing unused variable "proc_version".
Signed-off-by: Matthew Needes <mneedes@gmail.com>
---
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 6218ef3..245ac2e 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)
{
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web