diff options
Diffstat (limited to 'drivers/mfd/da9055-core.c')
-rw-r--r-- | drivers/mfd/da9055-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c index ff6c77f392b..f56a1a9f777 100644 --- a/drivers/mfd/da9055-core.c +++ b/drivers/mfd/da9055-core.c | |||
@@ -377,7 +377,7 @@ static struct regmap_irq_chip da9055_regmap_irq_chip = { | |||
377 | .num_irqs = ARRAY_SIZE(da9055_irqs), | 377 | .num_irqs = ARRAY_SIZE(da9055_irqs), |
378 | }; | 378 | }; |
379 | 379 | ||
380 | int __devinit da9055_device_init(struct da9055 *da9055) | 380 | int da9055_device_init(struct da9055 *da9055) |
381 | { | 381 | { |
382 | struct da9055_pdata *pdata = da9055->dev->platform_data; | 382 | struct da9055_pdata *pdata = da9055->dev->platform_data; |
383 | int ret; | 383 | int ret; |
@@ -412,7 +412,7 @@ err: | |||
412 | return ret; | 412 | return ret; |
413 | } | 413 | } |
414 | 414 | ||
415 | void __devexit da9055_device_exit(struct da9055 *da9055) | 415 | void da9055_device_exit(struct da9055 *da9055) |
416 | { | 416 | { |
417 | regmap_del_irq_chip(da9055->chip_irq, da9055->irq_data); | 417 | regmap_del_irq_chip(da9055->chip_irq, da9055->irq_data); |
418 | mfd_remove_devices(da9055->dev); | 418 | mfd_remove_devices(da9055->dev); |