Commit 2ffcdb3bdadaf8260986e96384df26c94a6ad42c

Authored by Bryan Wu
Committed by Greg Kroah-Hartman
1 parent c20b15fde5

USB: musb: use new platform data interface of musb to replace old one

Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

include/linux/usb/musb.h
... ... @@ -47,6 +47,11 @@
47 47 u8 ram_bits; /* ram address size */
48 48  
49 49 struct musb_hdrc_eps_bits *eps_bits;
  50 +#ifdef CONFIG_BLACKFIN
  51 + /* A GPIO controlling VRSEL in Blackfin */
  52 + unsigned int gpio_vrsel;
  53 +#endif
  54 +
50 55 };
51 56  
52 57 struct musb_hdrc_platform_data {