From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown Subject: [PATCH 2/2] msm: Warning fix in trout gpio board file Date: Wed, 26 Jan 2011 16:14:24 -0800 Message-ID: <1296087264-9659-2-git-send-email-davidb@codeaurora.org> References: <1296087264-9659-1-git-send-email-davidb@codeaurora.org> Return-path: In-Reply-To: <1296087264-9659-1-git-send-email-davidb@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-msm@vger.kernel.org Cc: David Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org arch/arm/mach-msm/board-trout-gpio.c: In function 'trout_gpio_to_irq': arch/arm/mach-msm/board-trout-gpio.c:77: error: unused variable 'msm_gpio' Change-Id: I21177f74f156b3fe56dd39dcd524998229e27ff9 Signed-off-by: David Brown --- arch/arm/mach-msm/board-trout-gpio.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-msm/board-trout-gpio.c b/arch/arm/mach-msm/board-trout-gpio.c index a604ec1..31117a4 100644 --- a/arch/arm/mach-msm/board-trout-gpio.c +++ b/arch/arm/mach-msm/board-trout-gpio.c @@ -74,8 +74,6 @@ static int msm_gpiolib_direction_output(struct gpio_chip *chip, static int trout_gpio_to_irq(struct gpio_chip *chip, unsigned offset) { - struct msm_gpio_chip *msm_gpio = to_msm_gpio_chip(chip); - return TROUT_GPIO_TO_INT(offset + chip->base); } -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.