| To: | "David S. Miller" <davem@davemloft.net>, netdev@vger.kernel.org |
|---|---|
| Subject: | NET: SB1250: Initialize .owner |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Tue, 6 Jul 2010 16:18:11 +0100 |
| Cc: | linux-mips@linux-mips.org, "Maciej W. Rozycki" <macro@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-08-17) |
Signed-off-by: Ralf Baechle <ralf@linux-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,
},
};
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 4/4] MIPS: EMMA2RH: Replace EMMA2RH_SW_IRQ_INTxx with EMMA2RH_SW_IRQ(n), Ralf Baechle |
|---|---|
| Next by Date: | Re: NET: SB1250: Initialize .owner, David Miller |
| Previous by Thread: | Re: [PATCH 4/4] MIPS: EMMA2RH: Replace EMMA2RH_SW_IRQ_INTxx with EMMA2RH_SW_IRQ(n), Ralf Baechle |
| Next by Thread: | Re: NET: SB1250: Initialize .owner, David Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |