* [HAMRADIO] Remove remaining SET_MODULE_OWNER calls from hamradio drivers.
@ 2006-04-29 14:34 Ralf Baechle DL5RB
2006-05-04 6:24 ` David S. Miller
2006-05-24 5:30 ` Jeff Garzik
0 siblings, 2 replies; 4+ messages in thread
From: Ralf Baechle DL5RB @ 2006-04-29 14:34 UTC (permalink / raw)
To: Jeff Garzik, netdev, linux-hams
Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
--
drivers/net/hamradio/dmascc.c | 1 -
drivers/net/hamradio/scc.c | 1 -
drivers/net/hamradio/yam.c | 1 -
3 files changed, 3 deletions(-)
Index: linux-net.git/drivers/net/hamradio/dmascc.c
===================================================================
--- linux-net.git.orig/drivers/net/hamradio/dmascc.c 2006-04-29 01:54:04.000000000 +0100
+++ linux-net.git/drivers/net/hamradio/dmascc.c 2006-04-29 11:38:06.000000000 +0100
@@ -582,7 +582,6 @@ static int __init setup_adapter(int card
INIT_WORK(&priv->rx_work, rx_bh, priv);
dev->priv = priv;
sprintf(dev->name, "dmascc%i", 2 * n + i);
- SET_MODULE_OWNER(dev);
dev->base_addr = card_base;
dev->irq = irq;
dev->open = scc_open;
Index: linux-net.git/drivers/net/hamradio/scc.c
===================================================================
--- linux-net.git.orig/drivers/net/hamradio/scc.c 2006-04-29 01:43:47.000000000 +0100
+++ linux-net.git/drivers/net/hamradio/scc.c 2006-04-29 11:38:06.000000000 +0100
@@ -1550,7 +1550,6 @@ static unsigned char ax25_nocall[AX25_AD
static void scc_net_setup(struct net_device *dev)
{
- SET_MODULE_OWNER(dev);
dev->tx_queue_len = 16; /* should be enough... */
dev->open = scc_net_open;
Index: linux-net.git/drivers/net/hamradio/yam.c
===================================================================
--- linux-net.git.orig/drivers/net/hamradio/yam.c 2006-04-29 01:43:47.000000000 +0100
+++ linux-net.git/drivers/net/hamradio/yam.c 2006-04-29 11:38:06.000000000 +0100
@@ -1098,7 +1098,6 @@ static void yam_setup(struct net_device
dev->base_addr = yp->iobase;
dev->irq = yp->irq;
- SET_MODULE_OWNER(dev);
dev->open = yam_open;
dev->stop = yam_close;
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-24 10:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-29 14:34 [HAMRADIO] Remove remaining SET_MODULE_OWNER calls from hamradio drivers Ralf Baechle DL5RB
2006-05-04 6:24 ` David S. Miller
2006-05-24 5:30 ` Jeff Garzik
2006-05-24 10:29 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).