usb: musb: dsps: header movement build error fix
authorAfzal Mohammed <afzal@ti.com>
Tue, 27 Nov 2012 14:45:22 +0000 (20:15 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Dec 2012 09:59:02 +0000 (11:59 +0200)
"54db6ee ARM: OMAP2+: Introduce local usb.h" moved control module bit
definitions from plat/usb.h (which dsps glue was using) to a local
header in mach-omap2. And in parallel,
"c68bb4c usb: musb: dsps: control module handling (quirk)" added
control module handling capability to dsps glue driver that used
those control module bit definitions.

Integration of above two changes would cause build error in musb dsps
glue driver (they go through different trees upstream) as is seen now
in linux-next. Fix it by adding necessary definitions in dsps glue
driver.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found