tty: Drop the lock_kernel in the private ioctl hook
authorAlan Cox <alan@redhat.com>
Fri, 2 Jan 2009 13:48:56 +0000 (13:48 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jan 2009 18:19:42 +0000 (10:19 -0800)
commit6b447f04a9aecdf2a30c1a97e4b034ac7931bb70
tree61a92b936c0c8e42ebf93e01acbc15aceb9bd864
parenteeb4613436f0f19a38f667ea3078821040559c68
tty: Drop the lock_kernel in the private ioctl hook

We don't need the BKL here any more so it can go. In a couple of spots the
driver requirements are not clear so push the lock down into the driver.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/kl5kusb105.c
drivers/usb/serial/mct_u232.c
drivers/usb/serial/mos7840.c
drivers/usb/serial/usb-serial.c