Skip to content

Commit

Permalink
Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-linus
Browse files Browse the repository at this point in the history
* 'for-greg' of git://gitorious.org/usb/usb:
  usb: musb: omap2430: fix kernel panic on reboot
  usb: musb: fix build breakage
  • Loading branch information
Greg Kroah-Hartman committed Feb 17, 2011
2 parents 19b9a83 + b193b41 commit dd305ad
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions drivers/usb/musb/musb_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,15 @@ struct musb {
unsigned set_address:1;
unsigned test_mode:1;
unsigned softconnect:1;

u8 address;
u8 test_mode_nr;
u16 ackpend; /* ep0 */
enum musb_g_ep0_state ep0_state;
struct usb_gadget g; /* the gadget */
struct usb_gadget_driver *gadget_driver; /* its driver */
#endif

/*
* FIXME: Remove this flag.
*
Expand All @@ -501,14 +510,6 @@ struct musb {
*/
unsigned double_buffer_not_ok:1 __deprecated;

u8 address;
u8 test_mode_nr;
u16 ackpend; /* ep0 */
enum musb_g_ep0_state ep0_state;
struct usb_gadget g; /* the gadget */
struct usb_gadget_driver *gadget_driver; /* its driver */
#endif

struct musb_hdrc_config *config;

#ifdef MUSB_CONFIG_PROC_FS
Expand Down

0 comments on commit dd305ad

Please sign in to comment.