[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1364742071.3834.4.camel@phoenix>
Date: Sun, 31 Mar 2013 23:01:11 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Thierry Reding <thierry.reding@...onic-design.de>
Cc: Qin Rui <qinrui@...c.pku.edu.cn>,
Guan Xuetao <gxt@...c.pku.edu.cn>, linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] pwm: puv3: Remove unused enabled filed from struct
puv3_pwm_chip
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists