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

MIPS: lantiq: xway: drop owner assignment from platform_drivers

This 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>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8823/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Wolfram Sang and committed by
Ralf Baechle
1e294287 94e37fc2

-1
-1
arch/mips/lantiq/xway/vmmc.c
··· 61 61 .probe = vmmc_probe, 62 62 .driver = { 63 63 .name = "lantiq,vmmc", 64 - .owner = THIS_MODULE, 65 64 .of_match_table = vmmc_match, 66 65 }, 67 66 };