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

ALSA: drivers: mpu401: 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
sound/drivers/mpu401/mpu401.c
··· 140 140 .remove = snd_mpu401_remove, 141 141 .driver = { 142 142 .name = SND_MPU401_DRIVER, 143 - .owner = THIS_MODULE, 144 143 }, 145 144 }; 146 145