Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1546165

[PATCH v5 12/14] irqchip: mbigen: drop module owner

From Hanjun Guo <guohanjun@huawei.com>
Newsgroups linux.kernel
Subject [PATCH v5 12/14] irqchip: mbigen: drop module owner
Date 2016-12-22 06:50 +0100
Message-ID <sR4ql-5dV-1@gated-at.bofh.it> (permalink)
References <sR4gG-5aJ-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Kefeng Wang <wangkefeng.wang@huawei.com>

Module owner will be set by driver core, so drop it.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ma Jun <majun258@huawei.com>
---
 drivers/irqchip/irq-mbigen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-mbigen.c b/drivers/irqchip/irq-mbigen.c
index 03b79b0..c01ab41 100644
--- a/drivers/irqchip/irq-mbigen.c
+++ b/drivers/irqchip/irq-mbigen.c
@@ -293,7 +293,6 @@ static int mbigen_device_probe(struct platform_device *pdev)
 static struct platform_driver mbigen_platform_driver = {
 	.driver = {
 		.name		= "Hisilicon MBIGEN-V2",
-		.owner		= THIS_MODULE,
 		.of_match_table	= mbigen_of_match,
 	},
 	.probe			= mbigen_device_probe,
-- 
1.7.12.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v5 12/14] irqchip: mbigen: drop module owner Hanjun Guo <guohanjun@huawei.com> - 2016-12-22 06:50 +0100
  Re: [PATCH v5 12/14] irqchip: mbigen: drop module owner "majun (Euler7)" <majun258@huawei.com> - 2016-12-26 10:10 +0100
  Re: [PATCH v5 12/14] irqchip: mbigen: drop module owner Xinwei Kong <kong.kongxinwei@hisilicon.com> - 2016-12-30 10:00 +0100

csiph-web