--- zzzz-none-000/linux-2.6.32.60/drivers/usb/musb/musb_core.h 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/drivers/usb/musb/musb_core.h 2011-05-19 10:25:30.000000000 +0000 @@ -64,6 +64,11 @@ #include "musb_host.h" +#ifdef CONFIG_MIPS_UR8 +#include +#else +#include +#endif #ifdef CONFIG_USB_MUSB_OTG @@ -346,6 +351,11 @@ struct list_head out_bulk; /* of musb_qh */ struct timer_list otg_timer; + +#ifdef CONFIG_AVM_POWER + struct list_head urb_giveback_list; +#endif /*--- #ifdef CONFIG_AVM_POWER ---*/ + #endif /* called with IRQs blocked; ON/nonzero implies starting a session,