[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1600670726-24741-1-git-send-email-tiantao6@hisilicon.com>
Date:   Mon, 21 Sep 2020 14:45:26 +0800
From:   Tian Tao <tiantao6@...ilicon.com>
To:     <jassisinghbrar@...il.com>, <linux-kernel@...r.kernel.org>
CC:     <linuxarm@...wei.com>
Subject: [PATCH] mailbox: pcc: remove the .owner when using the platform_create_bundle
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@...ilicon.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
Powered by blists - more mailing lists
 
