Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458468
| From | Hanjun Guo <guohanjun@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH 08/10] irqchip: mbigen: drop module owner |
| Date | 2016-08-09 09:20 +0200 |
| Message-ID | <s49up-4pG-15@gated-at.bofh.it> (permalink) |
| References | <s49kJ-4m3-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH 00/10] ACPI platform MSI, interrupt producer and its example mbi-gen Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:20 +0200 [RFC PATCH 08/10] irqchip: mbigen: drop module owner Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:20 +0200 [RFC PATCH 06/10] msi: platform: make platform_msi_create_device_domain() ACPI aware Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:20 +0200 [RFC PATCH 10/10] irqchip: mbigen: Add ACPI support Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:20 +0200 [RFC PATCH 04/10] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:20 +0200 [RFC PATCH 07/10] ACPI: irq: introduce interrupt producer Hanjun Guo <guohanjun@huawei.com> - 2016-08-09 09:30 +0200
csiph-web