From: Wolfram Sang Date: Mon, 20 Oct 2014 14:20:14 +0000 (+0200) Subject: sparc: include: asm: drop owner assignment from platform_drivers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1d5f672ea10fbe613b5ace0ebe61126845ae9e41;p=deliverable%2Flinux.git sparc: include: asm: drop owner assignment from platform_drivers A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang --- diff --git a/arch/sparc/include/asm/parport.h b/arch/sparc/include/asm/parport.h index c55291e5b83e..f005ccac91cc 100644 --- a/arch/sparc/include/asm/parport.h +++ b/arch/sparc/include/asm/parport.h @@ -238,7 +238,6 @@ static const struct of_device_id ecpp_match[] = { static struct platform_driver ecpp_driver = { .driver = { .name = "ecpp", - .owner = THIS_MODULE, .of_match_table = ecpp_match, }, .probe = ecpp_probe,