diff options
| author | Bryan Wu <cooloney@kernel.org> | 2008-12-02 14:33:43 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 13:00:06 -0500 |
| commit | 2ffcdb3bdadaf8260986e96384df26c94a6ad42c (patch) | |
| tree | 11e74a84510d36c9f1362b4fce230da0d17ad89c /include/linux/usb | |
| parent | c20b15fde50c32174af4b48851e5ddadba36330e (diff) | |
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>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/musb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index 630962c04ca4..d6aad0ea6033 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h | |||
| @@ -47,6 +47,11 @@ struct musb_hdrc_config { | |||
| 47 | u8 ram_bits; /* ram address size */ | 47 | u8 ram_bits; /* ram address size */ |
| 48 | 48 | ||
| 49 | struct musb_hdrc_eps_bits *eps_bits; | 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 | struct musb_hdrc_platform_data { | 57 | struct musb_hdrc_platform_data { |
