[PATCH 2/3] pwm: puv3: Remove unused enabled filed from structpuv3_pwm_chip

From: Axel Lin
Date: Sun Mar 31 2013 - 11:01:21 EST


Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/