[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1470726366-40809-9-git-send-email-guohanjun@huawei.com>
Date: Tue, 9 Aug 2016 15:06:04 +0800
From: Hanjun Guo <guohanjun@...wei.com>
To: <linux-acpi@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Marc Zyngier <marc.zyngier@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Greg KH <gregkh@...uxfoundation.org>,
"Lorenzo Pieralisi" <lorenzo.pieralisi@....com>,
Tomasz Nowicki <tn@...ihalf.com>,
"Ma Jun" <majun258@...wei.com>,
Kefeng Wang <wangkefeng.wang@...wei.com>,
<agustinv@...eaurora.org>, <harba@...eaurora.org>,
<jcm@...hat.com>, "G Gregory" <graeme.gregory@...aro.org>,
Charles Garcia-Tobin <charles.garcia-tobin@....com>,
<linuxarm@...wei.com>, Hanjun Guo <hanjun.guo@...aro.org>
Subject: [RFC PATCH 08/10] irqchip: mbigen: drop module owner
From: Kefeng Wang <wangkefeng.wang@...wei.com>
Module owner will be set by driver core, so drop it.
Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
Signed-off-by: Hanjun Guo <hanjun.guo@...aro.org>
---
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 @@ MODULE_DEVICE_TABLE(of, mbigen_of_match);
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
Powered by blists - more mailing lists