diff options
Diffstat (limited to 'drivers/misc/ab8500-pwm.c')
| -rw-r--r-- | drivers/misc/ab8500-pwm.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/drivers/misc/ab8500-pwm.c b/drivers/misc/ab8500-pwm.c index 042a8fe4efaa..d7a9aa14e5d5 100644 --- a/drivers/misc/ab8500-pwm.c +++ b/drivers/misc/ab8500-pwm.c | |||
| @@ -142,16 +142,10 @@ static int __devexit ab8500_pwm_remove(struct platform_device *pdev) | |||
| 142 | return 0; | 142 | return 0; | 
| 143 | } | 143 | } | 
| 144 | 144 | ||
| 145 | static const struct of_device_id ab8500_pwm_match[] = { | ||
| 146 | { .compatible = "stericsson,ab8500-pwm", }, | ||
| 147 | {} | ||
| 148 | }; | ||
| 149 | |||
| 150 | static struct platform_driver ab8500_pwm_driver = { | 145 | static struct platform_driver ab8500_pwm_driver = { | 
| 151 | .driver = { | 146 | .driver = { | 
| 152 | .name = "ab8500-pwm", | 147 | .name = "ab8500-pwm", | 
| 153 | .owner = THIS_MODULE, | 148 | .owner = THIS_MODULE, | 
| 154 | .of_match_table = ab8500_pwm_match, | ||
| 155 | }, | 149 | }, | 
| 156 | .probe = ab8500_pwm_probe, | 150 | .probe = ab8500_pwm_probe, | 
| 157 | .remove = __devexit_p(ab8500_pwm_remove), | 151 | .remove = __devexit_p(ab8500_pwm_remove), | 
