o appletalk/cops: s/spinlock_init/spin_lock_init/g

parent 058b4e13
......@@ -321,7 +321,7 @@ static int __init cops_probe1(struct net_device *dev, int ioaddr)
lp = (struct cops_local *)dev->priv;
memset(lp, 0, sizeof(struct cops_local));
spinlock_init(&lp->lock);
spin_lock_init(&lp->lock);
/* Copy local board variable to lp struct. */
lp->board = board;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment