summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-02-14 13:33:20 +0100
committerEric Miao <eric.y.miao@gmail.com>2011-03-16 09:33:34 +0100
commit1014cc38280f29ea0a39ec9a853fa0c3fdfebc7c (patch)
treee40dcbe6e6b5aea9097e611ae77725b5ff12d57a /arch/arm/include
parentARM: pxa25x_udc: stop handling gpio-vbus internally (diff)
downloadlinux-1014cc38280f29ea0a39ec9a853fa0c3fdfebc7c.tar.xz
linux-1014cc38280f29ea0a39ec9a853fa0c3fdfebc7c.zip
ARM: pxa: drop gpio_vbus field from pxa2xx_udc_mach_info
Neither pxa25x_udc, nor pxa27x_udc use gpio_vbus/gpio_vbus_inverted anymore. Drop those two fields from udc info completely. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/mach/udc_pxa2xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/mach/udc_pxa2xx.h b/arch/arm/include/asm/mach/udc_pxa2xx.h
index 833306ee9e7f..ea297ac70bc6 100644
--- a/arch/arm/include/asm/mach/udc_pxa2xx.h
+++ b/arch/arm/include/asm/mach/udc_pxa2xx.h
@@ -20,8 +20,6 @@ struct pxa2xx_udc_mach_info {
* VBUS IRQ and omit the methods above. Store the GPIO number
* here. Note that sometimes the signals go through inverters...
*/
- bool gpio_vbus_inverted;
- int gpio_vbus; /* high == vbus present */
bool gpio_pullup_inverted;
int gpio_pullup; /* high == pullup activated */
};