Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755518Ab3CaPBS (ORCPT ); Sun, 31 Mar 2013 11:01:18 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:44193 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755274Ab3CaPBR (ORCPT ); Sun, 31 Mar 2013 11:01:17 -0400 Message-ID: <1364742071.3834.4.camel@phoenix> Subject: [PATCH 2/3] pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip From: Axel Lin To: Thierry Reding Cc: Qin Rui , Guan Xuetao , linux-kernel@vger.kernel.org Date: Sun, 31 Mar 2013 23:01:11 +0800 In-Reply-To: <1364741987.3834.2.camel@phoenix> References: <1364741987.3834.2.camel@phoenix> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 27 Signed-off-by: Axel Lin --- drivers/pwm/pwm-puv3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pwm/pwm-puv3.c b/drivers/pwm/pwm-puv3.c index db964e6..d1eb499 100644 --- a/drivers/pwm/pwm-puv3.c +++ b/drivers/pwm/pwm-puv3.c @@ -27,7 +27,6 @@ struct puv3_pwm_chip { struct pwm_chip chip; void __iomem *base; struct clk *clk; - bool enabled; }; static inline struct puv3_pwm_chip *to_puv3(struct pwm_chip *chip) -- 1.7.10.4 -- 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/