diff options
Diffstat (limited to 'drivers/pwm/pwm-puv3.c')
-rw-r--r-- | drivers/pwm/pwm-puv3.c | 2 |
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 | ||
104 | static int __devinit pwm_probe(struct platform_device *pdev) | 104 | static 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; |