]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: et131x: Remove unused spinlock
authorMark Einon <mark.einon@gmail.com>
Wed, 11 Sep 2013 13:14:43 +0000 (14:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:47:43 +0000 (07:47 -0700)
commit4d2420b4615fcbe1141e26e90e20beb505ed01c2
tree681f8341c681a3cfdf6935b7c84a476338bccb8e
parent8f90ef80490100e5b87cc386110779680a0486c9
staging: et131x: Remove unused spinlock

phy_lock is no longer used in any useful code, it's all been moved into
a phy_device. Remove the lock definition and init.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c