Skip to content

Commit

Permalink
USB: musb: use new platform data interface of musb to replace old one
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bryan Wu authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent c20b15f commit 2ffcdb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/linux/usb/musb.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ struct musb_hdrc_config {
u8 ram_bits; /* ram address size */

struct musb_hdrc_eps_bits *eps_bits;
#ifdef CONFIG_BLACKFIN
/* A GPIO controlling VRSEL in Blackfin */
unsigned int gpio_vrsel;
#endif

};

struct musb_hdrc_platform_data {
Expand Down

0 comments on commit 2ffcdb3

Please sign in to comment.