USB: xhci: Remove unused HCD statistics code.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 3 Nov 2009 21:06:40 +0000 (13:06 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:17 +0000 (11:55 -0800)
commit3c67d899cde32099bfc484f6ccc9b90c2e0c9fc8
tree52471a63e47aaded69cf8d5d066137b7c4449d37
parent6f5165cf989387e84ef23122330b27cca1cbe831
USB: xhci: Remove unused HCD statistics code.

CONFIG_USB_HCD_STAT was used in an abandoned patch to track host
controller throughput statistics.  Since CONFIG_USB_HCD_STAT will never be
defined, remove code that can never run.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-ring.c