pch_uart: add spin_lock_init
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Wed, 23 Feb 2011 01:03:13 +0000 (10:03 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 01:22:03 +0000 (17:22 -0800)
commit7e4613296576c843643ceb97091d98da1e8caab8
tree5ee9798377c479aefd124c64957194e36947f13a
parentda3564ee027e788a5ff8e520fb2d2b00a78b2464
pch_uart: add spin_lock_init

Currently, spin_lock is not initialized.
Thus, add spin_lock_init().

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/pch_uart.c