|
@@ -533,8 +533,7 @@ static int rk808_regulator_probe(struct platform_device *pdev)
|
|
static struct platform_driver rk808_regulator_driver = {
|
|
static struct platform_driver rk808_regulator_driver = {
|
|
.probe = rk808_regulator_probe,
|
|
.probe = rk808_regulator_probe,
|
|
.driver = {
|
|
.driver = {
|
|
- .name = "rk808-regulator",
|
|
|
|
- .owner = THIS_MODULE,
|
|
|
|
|
|
+ .name = "rk808-regulator"
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|