diff options
| -rw-r--r-- | drivers/regulator/max1586.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c index 5c04a7159baa..86db310d5304 100644 --- a/drivers/regulator/max1586.c +++ b/drivers/regulator/max1586.c | |||
| @@ -159,7 +159,7 @@ static struct regulator_desc max1586_reg[] = { | |||
| 159 | }, | 159 | }, |
| 160 | }; | 160 | }; |
| 161 | 161 | ||
| 162 | int of_get_max1586_platform_data(struct device *dev, | 162 | static int of_get_max1586_platform_data(struct device *dev, |
| 163 | struct max1586_platform_data *pdata) | 163 | struct max1586_platform_data *pdata) |
| 164 | { | 164 | { |
| 165 | struct max1586_subdev_data *sub; | 165 | struct max1586_subdev_data *sub; |
