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

x86: platform: iris: 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/x86/platform/iris/iris.c
··· 86 86 static struct platform_driver iris_driver = { 87 87 .driver = { 88 88 .name = "iris", 89 - .owner = THIS_MODULE, 90 89 }, 91 90 .probe = iris_probe, 92 91 .remove = iris_remove,