diff options
author | Ralf Baechle DL5RB <ralf@linux-mips.org> | 2006-05-03 23:24:35 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-03 23:24:35 -0700 |
commit | 3ab33dcc82e014c69ebad3b524d0053378ef76c3 (patch) | |
tree | d654ef57ea5a1791be116ed4319aa1e9ceccd8e1 /drivers/net/hamradio/yam.c | |
parent | 86cfcb95ec60e910d7efcb35ae89bf3403befaad (diff) |
[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/yam.c')
-rw-r--r-- | drivers/net/hamradio/yam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hamradio/yam.c b/drivers/net/hamradio/yam.c index fe22479eb20..b49884048ca 100644 --- a/drivers/net/hamradio/yam.c +++ b/drivers/net/hamradio/yam.c @@ -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; |