aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/scc.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/scc.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/scc.c')
-rw-r--r--drivers/net/hamradio/scc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hamradio/scc.c b/drivers/net/hamradio/scc.c
index 6ace0e914fd1..5927784df3f9 100644
--- a/drivers/net/hamradio/scc.c
+++ b/drivers/net/hamradio/scc.c
@@ -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;