projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22976a5
)
pwm: puv3: Remove unused enabled filed from struct puv3_pwm_chip
author
Axel Lin
<axel.lin@ingics.com>
Sun, 31 Mar 2013 15:01:11 +0000
(23:01 +0800)
committer
Thierry Reding
<thierry.reding@avionic-design.de>
Tue, 2 Apr 2013 09:40:18 +0000
(11:40 +0200)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/pwm/pwm-puv3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/pwm-puv3.c
b/drivers/pwm/pwm-puv3.c
index db964e6ecf5cfe9c2bed63044ce2db997c2dbdf6..d1eb499fb15d2a3bbf3fec0198a3de7c9451e43b 100644
(file)
--- 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)