Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1549195
| From | Hanjun Guo <hanjun.guo@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 12/14] irqchip: mbigen: drop module owner |
| Date | 2017-01-02 14:40 +0100 |
| Message-ID | <sVb0e-7pH-29@gated-at.bofh.it> (permalink) |
| References | <sVb0d-7pH-3@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>
Reviewed-by: Majun <majun258@huawei.com>
Tested-by: Majun <majun258@huawei.com>
Tested-by: Xinwei Kong <kong.kongxinwei@hisilicon.com>
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.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 00/14] ACPI platform MSI support and its example mbigen Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 04/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_prepare() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 08/14] ACPI: ARM64: IORT: rework iort_node_get_id() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 09/14] ACPI: platform: setup MSI domain for ACPI based platform device Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
Re: [PATCH v6 09/14] ACPI: platform: setup MSI domain for ACPI based platform device "Rafael J. Wysocki" <rafael@kernel.org> - 2017-01-02 22:20 +0100
[PATCH v6 13/14] irqchip: mbigen: introduce mbigen_of_create_domain() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 14/14] irqchip: mbigen: Add ACPI support Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 01/14] ACPI: ARM64: IORT: minor cleanup for iort_match_node_callback() Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
Re: [PATCH v6 01/14] ACPI: ARM64: IORT: minor cleanup for iort_match_node_callback() Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-01-03 15:10 +0100
[PATCH v6 12/14] irqchip: mbigen: drop module owner Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 05/14] ACPI: platform-msi: retrieve dev id from IORT Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
Re: [PATCH v6 05/14] ACPI: platform-msi: retrieve dev id from IORT Tomasz Nowicki <tn@semihalf.com> - 2017-01-03 09:50 +0100
Re: [PATCH v6 05/14] ACPI: platform-msi: retrieve dev id from IORT Tomasz Nowicki <tn@semihalf.com> - 2017-01-03 10:40 +0100
Re: [PATCH v6 05/14] ACPI: platform-msi: retrieve dev id from IORT Tomasz Nowicki <tn@semihalf.com> - 2017-01-03 12:30 +0100
[PATCH v6 06/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
Re: [PATCH v6 06/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI Tomasz Nowicki <tn@semihalf.com> - 2017-01-03 08:50 +0100
[PATCH v6 02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 07/14] irqchip: gicv3-its: platform-msi: scan MADT to create platform msi domain Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
[PATCH v6 10/14] ACPI: ARM64: IORT: rework iort_node_get_id() for NC->SMMU->ITS case Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-02 14:40 +0100
Re: [PATCH v6 10/14] ACPI: ARM64: IORT: rework iort_node_get_id() for NC->SMMU->ITS case Sinan Kaya <okaya@codeaurora.org> - 2017-01-02 23:40 +0100
Re: [PATCH v6 10/14] ACPI: ARM64: IORT: rework iort_node_get_id() for NC->SMMU->ITS case Hanjun Guo <hanjun.guo@linaro.org> - 2017-01-03 01:20 +0100
csiph-web