aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/dmascc.c
diff options
context:
space:
mode:
authorRalf Baechle DL5RB <ralf@linux-mips.org>2006-05-03 23:24:35 -0700
committerDavid S. Miller <davem@davemloft.net>2006-05-03 23:24:35 -0700
commit3ab33dcc82e014c69ebad3b524d0053378ef76c3 (patch)
treed654ef57ea5a1791be116ed4319aa1e9ceccd8e1 /drivers/net/hamradio/dmascc.c
parent[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls. (diff)
downloadlinux-dev-3ab33dcc82e014c69ebad3b524d0053378ef76c3.tar.xz
linux-dev-3ab33dcc82e014c69ebad3b524d0053378ef76c3.zip
[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.
Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamradio/dmascc.c')
-rw-r--r--drivers/net/hamradio/dmascc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hamradio/dmascc.c b/drivers/net/hamradio/dmascc.c
index 79a8fbcf5f93..0d5fccc984bb 100644
--- a/drivers/net/hamradio/dmascc.c
+++ b/drivers/net/hamradio/dmascc.c
@@ -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;