diff options
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index e915629a25cf..c9e912f583bc 100644 --- a/drivers/regulator/palmas-regulator.c +++ b/drivers/regulator/palmas-regulator.c | |||
@@ -806,7 +806,7 @@ static int palmas_remove(struct platform_device *pdev) | |||
806 | return 0; | 806 | return 0; |
807 | } | 807 | } |
808 | 808 | ||
809 | static struct of_device_id __devinitdata of_palmas_match_tbl[] = { | 809 | static struct of_device_id of_palmas_match_tbl[] = { |
810 | { .compatible = "ti,palmas-pmic", }, | 810 | { .compatible = "ti,palmas-pmic", }, |
811 | { /* end */ } | 811 | { /* end */ } |
812 | }; | 812 | }; |