swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK
authorFelix Fietkau <nbd@openwrt.org>
Tue, 26 Apr 2011 23:05:29 +0000 (23:05 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 26 Apr 2011 23:05:29 +0000 (23:05 +0000)
commit9e8cd7894436f41e19a7650f47e6832f9fad9daf
tree18f1ab726b8be8a1f851bd4a934b31bf3acb682d
parent6b376db844ec12e8ee49dc44e602e4be251d2f9d
swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK

SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed
in 2.6.39, so replace it with DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26770
target/linux/generic/files/drivers/net/phy/swconfig.c