mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
regulator: da9062: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d770e558e2
commit
736050c4c1
@ -818,7 +818,6 @@ static int da9062_regulator_probe(struct platform_device *pdev)
|
||||
static struct platform_driver da9062_regulator_driver = {
|
||||
.driver = {
|
||||
.name = "da9062-regulators",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = da9062_regulator_probe,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user