Commit 5ccedf03 authored by Fengguang Wu's avatar Fengguang Wu Committed by Mark Brown

regulator: max1586: of_get_max1586_platform_data() can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4eea4b8e
......@@ -159,7 +159,7 @@ static struct regulator_desc max1586_reg[] = {
},
};
int of_get_max1586_platform_data(struct device *dev,
static int of_get_max1586_platform_data(struct device *dev,
struct max1586_platform_data *pdata)
{
struct max1586_subdev_data *sub;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment