From 3597a6e9e0f7e9c4f610b6e30a48230da99e7b84 Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Tue, 2 Dec 2008 21:33:43 +0200 Subject: [PATCH] --- yaml --- r: 127268 b: refs/heads/master c: 2ffcdb3bdadaf8260986e96384df26c94a6ad42c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb/musb.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 03442a1bfe19..066a16629027 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c20b15fde50c32174af4b48851e5ddadba36330e +refs/heads/master: 2ffcdb3bdadaf8260986e96384df26c94a6ad42c diff --git a/trunk/include/linux/usb/musb.h b/trunk/include/linux/usb/musb.h index 630962c04ca4..d6aad0ea6033 100644 --- a/trunk/include/linux/usb/musb.h +++ b/trunk/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 {