drivers/base: Remove unneeded spin_lock_init call for soc_lock
authorAxel Lin <axel.lin@gmail.com>
Tue, 20 Mar 2012 08:32:39 +0000 (16:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 21:54:22 +0000 (14:54 -0700)
commit33cb4f345687a27e3fece0a7fcf78ac2e7b0a7d6
tree2f843a196f9745b1bbfbd11eda391013b559345d
parent0034102808e0dbbf3a2394b82b1bb40b5778de9e
drivers/base: Remove unneeded spin_lock_init call for soc_lock

soc_lock is already initialized by DEFINE_SPINLOCK.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/soc.c