USB: musb: use new platform data interface of musb to replace old one
authorBryan Wu <[email protected]>
Tue, 2 Dec 2008 19:33:43 +0000 (21:33 +0200)
committerGreg Kroah-Hartman <[email protected]>
Wed, 7 Jan 2009 18:00:06 +0000 (10:00 -0800)
Signed-off-by: Bryan Wu <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
include/linux/usb/musb.h

index 630962c04ca45363fbf64a7115529f79c0e8bc1d..d6aad0ea603336c2442924fe9f5b10969380ff45 100644 (file)
@@ -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 {