diff options
Diffstat (limited to 'drivers/net/pcmcia/axnet_cs.c')
-rw-r--r-- | drivers/net/pcmcia/axnet_cs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index 50dff1b81d34..a9db59d2a2f1 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
@@ -1728,9 +1728,6 @@ static void axdev_setup(struct net_device *dev) | |||
1728 | if (ei_debug > 1) | 1728 | if (ei_debug > 1) |
1729 | printk(version_8390); | 1729 | printk(version_8390); |
1730 | 1730 | ||
1731 | SET_MODULE_OWNER(dev); | ||
1732 | |||
1733 | |||
1734 | ei_local = (struct ei_device *)netdev_priv(dev); | 1731 | ei_local = (struct ei_device *)netdev_priv(dev); |
1735 | spin_lock_init(&ei_local->page_lock); | 1732 | spin_lock_init(&ei_local->page_lock); |
1736 | 1733 | ||