From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754003AbbIEUDx (ORCPT ); Sat, 5 Sep 2015 16:03:53 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:33150 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752459AbbIEUDr (ORCPT ); Sat, 5 Sep 2015 16:03:47 -0400 From: Matthew Needes To: Oleg Drokin , Andreas Dilger , Greg Kroah-Hartman , HPDD-discuss@ml01.01.org, linux-kernel@vger.kernel.org Cc: Matthew Needes Subject: [PATCH 1/1] staging: lustre/obdclass/linux/linux-module.c Date: Sat, 5 Sep 2015 13:03:38 -0700 Message-Id: <1441483418-8424-1-git-send-email-mneedes@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed sparse warning by removing unused variable "proc_version". Signed-off-by: Matthew Needes --- 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