[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100706151811.GA4829@linux-mips.org>
Date: Tue, 6 Jul 2010 16:18:11 +0100
From: Ralf Baechle <ralf@...ux-mips.org>
To: "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Cc: linux-mips@...ux-mips.org,
"Maciej W. Rozycki" <macro@...ux-mips.org>
Subject: NET: SB1250: Initialize .owner
Signed-off-by: Ralf Baechle <ralf@...ux-mips.org>
drivers/net/sb1250-mac.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c
index 1f3acc3..79eee30 100644
--- a/drivers/net/sb1250-mac.c
+++ b/drivers/net/sb1250-mac.c
@@ -2671,6 +2671,7 @@ static struct platform_driver sbmac_driver = {
.remove = __exit_p(sbmac_remove),
.driver = {
.name = sbmac_string,
+ .owner = THIS_MODULE,
},
};
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists