]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: Create separate header for ehci-dbgp
authorChris Rorvick <chris@rorvick.com>
Wed, 5 Nov 2014 01:18:45 +0000 (19:18 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 17:02:37 +0000 (09:02 -0800)
commitb9ec1c9da64f0c1d130beb125a916d0725363ec9
treef5c88d4f240c12b8e0055fd22db9e1b60ef24b90
parentd9a887023076ceed7221c216627a0018ad3b86fa
usb: Create separate header for ehci-dbgp

The FUSBH200 and FOTG210 controllers implement sufficiently EHCI-
compatible debug ports to leverage ehci-dbgp from their respective
drivers.  Rather than including <linux/usb/ehci_def.h> header, though,
they replicate the necessary declarations in their own headers.  Move
the ehci-dbgp stuff into its own header as a first step towards removing
this redundancy.

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/ehci-dbgp.h [new file with mode: 0644]
include/linux/usb/ehci_def.h