Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

regulator: max1586: of_get_max1586_platform_data() can be static

parent 4eea4b8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;