From: Roger Quadros Date: Tue, 22 Jan 2013 16:59:58 +0000 (-0500) Subject: USB: EHCI: Move definition of EHCI_STATS to ehci.h X-Git-Tag: v3.8-rc5~10^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec6e9d3cb5192b11074f8adcedc10a6d410528a;p=pandora-kernel.git USB: EHCI: Move definition of EHCI_STATS to ehci.h Without this, platform drivers e.g. ehci-omap.c will see a different version of struct ehci_hcd than ehci-hcd.c and break reference to 'debug_dir' and 'priv' members when CONFIG_USB_DEBUG is enabled. Signed-off-by: Roger Quadros Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed