USB: remove "locktree" routine from the hub driver
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 4 May 2007 15:54:50 +0000 (11:54 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:46 +0000 (16:29 -0700)
commit06b84e8adcad8280d76a7c71e772c5cddba96d85
treef2d380412243099529ea94ebeccd2b39a775a6a9
parentf3fd77cd2f4499f3e2ef9a1e6d5e4f4349d556c3
USB: remove "locktree" routine from the hub driver

This patch (as892) removes the "locktree" routine from the hub driver.
It currently is used in only one place, by a single kernel thread;
hence it isn't doing any good.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c