Skip to content

Commit

Permalink
[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio dri…
Browse files Browse the repository at this point in the history
…vers.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ralf Baechle DL5RB authored and David S. Miller committed May 4, 2006
1 parent 86cfcb9 commit 3ab33dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/net/hamradio/dmascc.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ static int __init setup_adapter(int card_base, int type, int n)
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;
Expand Down
1 change: 0 additions & 1 deletion drivers/net/hamradio/scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,6 @@ static unsigned char ax25_nocall[AX25_ADDR_LEN] =

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;
Expand Down
1 change: 0 additions & 1 deletion drivers/net/hamradio/yam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ static void yam_setup(struct net_device *dev)

dev->base_addr = yp->iobase;
dev->irq = yp->irq;
SET_MODULE_OWNER(dev);

dev->open = yam_open;
dev->stop = yam_close;
Expand Down

0 comments on commit 3ab33dc

Please sign in to comment.