spi: Remove BKL from spidev_open
authorThomas Gleixner <tglx@linutronix.de>
Sat, 10 Oct 2009 15:35:52 +0000 (15:35 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2009 15:36:48 +0000 (17:36 +0200)
commit4c2aedc2543248c3fdc8c06c662b589d36c93bbb
tree8f18344b3aa4cacb2e0cacdf30c8bcf2c0686910
parenta7e63bb5f08378620d913824ab42e49027f22194
spi: Remove BKL from spidev_open

The BKL was added there with the big pushdown. Remove it as the code
is serialized already.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <20091010153349.318535932@linutronix.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
drivers/spi/spidev.c