Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33b665ee authored by Ralf Baechle's avatar Ralf Baechle Committed by David S. Miller
Browse files

NET: SB1250: Initialize .owner



Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>

 drivers/net/sb1250-mac.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7074b16c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2671,6 +2671,7 @@ static struct platform_driver sbmac_driver = {
	.remove = __exit_p(sbmac_remove),
	.driver = {
		.name = sbmac_string,
		.owner  = THIS_MODULE,
	},
};