fotg210: Remove superfluous macro definitions
authorChris Rorvick <chris@rorvick.com>
Wed, 5 Nov 2014 01:18:51 +0000 (19:18 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 17:02:38 +0000 (09:02 -0800)
commit0fa57f01278b78174848ca628ca9a87c4dd37696
tree227493cf0484e86a614f2a8df5904596c40c6274
parenta648c147011d97e0d410f251c27175231975584d
fotg210: Remove superfluous macro definitions

The fotg210_dbg_port struct is a copy of the ehci_dbg_port definition
in the <linux/usb/ehci_def.h> header.  Embedded in this definition are
a number of macros which came along for the ride.  These macros are not
used in the fotg210 driver and will conflict those in the new
<linux/usb/ehci-dbgp.h> header.

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fotg210.h
This page took 0.027375 seconds and 5 git commands to generate.