aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-puv3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-puv3.c')
-rw-r--r--drivers/pwm/pwm-puv3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-puv3.c b/drivers/pwm/pwm-puv3.c
index 5d7ee9b075f..c1ee78ad5fc 100644
--- a/drivers/pwm/pwm-puv3.c
+++ b/drivers/pwm/pwm-puv3.c
@@ -101,7 +101,7 @@ static const struct pwm_ops puv3_pwm_ops = {
101 .owner = THIS_MODULE, 101 .owner = THIS_MODULE,
102}; 102};
103 103
104static int __devinit pwm_probe(struct platform_device *pdev) 104static int pwm_probe(struct platform_device *pdev)
105{ 105{
106 struct puv3_pwm_chip *puv3; 106 struct puv3_pwm_chip *puv3;
107 struct resource *r; 107 struct resource *r;