Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <wsa@the-dreams.de>

-1
-1
arch/sparc/include/asm/parport.h
··· 238 238 static struct platform_driver ecpp_driver = { 239 239 .driver = { 240 240 .name = "ecpp", 241 - .owner = THIS_MODULE, 242 241 .of_match_table = ecpp_match, 243 242 }, 244 243 .probe = ecpp_probe,