linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mailbox: pcc: remove the .owner when using the platform_create_bundle
@ 2020-09-21  6:45 Tian Tao
  0 siblings, 0 replies; only message in thread
From: Tian Tao @ 2020-09-21  6:45 UTC (permalink / raw)
  To: jassisinghbrar, linux-kernel; +Cc: linuxarm

the platform_create_bundle is a macro that implements
__platform_create_bundle has set he parameters module to THIS_MODULE.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 drivers/mailbox/pcc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c
index ef9ecd1..4b1a2d2 100644
--- a/drivers/mailbox/pcc.c
+++ b/drivers/mailbox/pcc.c
@@ -577,7 +577,6 @@ static struct platform_driver pcc_mbox_driver = {
 	.probe = pcc_mbox_probe,
 	.driver = {
 		.name = "PCCT",
-		.owner = THIS_MODULE,
 	},
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-21  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  6:45 [PATCH] mailbox: pcc: remove the .owner when using the platform_create_bundle Tian Tao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).