USB: gadget: Push BKL down into drivers
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 22 May 2008 21:03:27 +0000 (22:03 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:18 +0000 (15:16 -0700)
commit44c389a00ff7229ab2f2aab22ce03ae0c9037df7
tree24f9d98e40cf838efadbb4683135018e2a9038d8
parent0391c828ce75cc71ae301946699a6f2d515fd99d
USB: gadget: Push BKL down into drivers

This keeps the gadget ioctl method wrapped but pushes the BKL down into
the gadget code so we can use unlocked_ioctl().

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/inode.c
drivers/usb/gadget/printer.c