mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regulator: tps65218: Remove '.owner' field
@ 2014-11-08 12:12 Manish Badarkhe
  2014-11-09  9:19 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Manish Badarkhe @ 2014-11-08 12:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: lgirdwood, broonie, badarkhe.manish

Remove '.owner' field of driver structure as it is
going to be filled via "module_platform_driver" call.

Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com>
---
:100644 100644 f0a4028... e2b97ac... M	drivers/regulator/tps65218-regulator.c
 drivers/regulator/tps65218-regulator.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c
index f0a4028..e2b97ac 100644
--- a/drivers/regulator/tps65218-regulator.c
+++ b/drivers/regulator/tps65218-regulator.c
@@ -255,7 +255,6 @@ static int tps65218_regulator_probe(struct platform_device *pdev)
 static struct platform_driver tps65218_regulator_driver = {
 	.driver = {
 		.name = "tps65218-pmic",
-		.owner = THIS_MODULE,
 		.of_match_table = tps65218_of_match,
 	},
 	.probe = tps65218_regulator_probe,
-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-10 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-08 12:12 [PATCH] regulator: tps65218: Remove '.owner' field Manish Badarkhe
2014-11-09  9:19 ` Mark Brown
2014-11-10 14:19   ` Manish Badarkhe
2014-11-10 15:15     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®