]> Pileus Git - ~andy/linux/commit
USB: EHCI: Move definition of EHCI_STATS to ehci.h
authorRoger Quadros <rogerq@ti.com>
Tue, 22 Jan 2013 16:59:58 +0000 (11:59 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 17:21:23 +0000 (09:21 -0800)
commit9ec6e9d3cb5192b11074f8adcedc10a6d410528a
treee9bff251fc7455da0b57fe4c870c7126b9fb1f8e
parent0f815a0a700bc10547449bde6c106051a035a1b9
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 <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci.h