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

Xinwei Kong kong.kongxinwei at hisilicon.com
Fri Dec 30 00:58:51 PST 2016


On 2016/12/22 13:35, Hanjun Guo wrote:
> From: Kefeng Wang <wangkefeng.wang at huawei.com>
>
> Module owner will be set by driver core, so drop it.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang at huawei.com>
> Signed-off-by: Hanjun Guo <hanjun.guo at linaro.org>
> Cc: Marc Zyngier <marc.zyngier at arm.com>
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ma Jun <majun258 at 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,
Tested-by:  Xinwei Kong <kong.kongxinwei at hisilicon.com>




More information about the linux-arm-kernel mailing list