diff options
Diffstat (limited to 'drivers/pwm/pwm-tiecap.c')
-rw-r--r-- | drivers/pwm/pwm-tiecap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-tiecap.c b/drivers/pwm/pwm-tiecap.c index 71488b1989c2..0b9f89460b71 100644 --- a/drivers/pwm/pwm-tiecap.c +++ b/drivers/pwm/pwm-tiecap.c | |||
@@ -184,7 +184,7 @@ static const struct pwm_ops ecap_pwm_ops = { | |||
184 | .owner = THIS_MODULE, | 184 | .owner = THIS_MODULE, |
185 | }; | 185 | }; |
186 | 186 | ||
187 | static int __devinit ecap_pwm_probe(struct platform_device *pdev) | 187 | static int ecap_pwm_probe(struct platform_device *pdev) |
188 | { | 188 | { |
189 | int ret; | 189 | int ret; |
190 | struct resource *r; | 190 | struct resource *r; |