vserver 1.9.3
[linux-2.6.git] / drivers / net / sundance.c
index 849b576..e0ddf2b 100644 (file)
@@ -879,7 +879,7 @@ static int netdev_open(struct net_device *dev)
        if (dev->if_port == 0)
                dev->if_port = np->default_port;
 
-       np->mcastlock = (spinlock_t) SPIN_LOCK_UNLOCKED;
+       np->mcastlock = SPIN_LOCK_UNLOCKED;
 
        set_rx_mode(dev);
        writew(0, ioaddr + IntrEnable);