diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-12-02 21:33:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 10:00:06 -0800 |
commit | 2ffcdb3bdadaf8260986e96384df26c94a6ad42c (patch) | |
tree | 11e74a84510d36c9f1362b4fce230da0d17ad89c /include | |
parent | c20b15fde50c32174af4b48851e5ddadba36330e (diff) | |
download | op-kernel-dev-2ffcdb3bdadaf8260986e96384df26c94a6ad42c.zip op-kernel-dev-2ffcdb3bdadaf8260986e96384df26c94a6ad42c.tar.gz |
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')
-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 630962c..d6aad0e 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -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 { |