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)
commitdeeeb9ee1ed5b06864f530c6123976209badd489
tree9d657315913d672c6a6bc2578497cee180b05d8e
parent1d16638e3b9cc195bac18a8fcbca748f33c1bc24
usb: musb: dsps: header movement build error fix

"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>
drivers/usb/musb/musb_dsps.c