u-boot-brain/arch/arm/include/asm/arch-pxa
Mike Dunn e0e89e236f pxa27x_udc: remove call to unimplemented set_GPIO_mode()
If CONFIG_USB_DEV_PULLUP_GPIO is defined, a link error occurs because the
set_GPIO_mode() helper function is not implemented.  This function doesn't do
much except make the code a little more readable, so I just manually coded its
equivalent and removed the prototype from the header file.  It is invoked no
where else in the code.

While I was at it, I noticed that two other function prototypes in the same
header file are also neither implemented nor invoked anywhere, so I removed them
as well.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
2013-05-05 23:47:05 +02:00
..
bitfield.h Move architecture-specific includes to arch/$ARCH/include/asm 2010-04-13 09:13:12 +02:00
hardware.h pxa27x_udc: remove call to unimplemented set_GPIO_mode() 2013-05-05 23:47:05 +02:00
pxa-regs.h pxa: convert pxa27x_udc to use read and write functions 2011-12-11 14:41:14 +01:00
pxa.h pxa: Add code to examine cpu model and revision 2012-10-15 11:54:07 -07:00
regs-mmc.h PXA: Add MMC driver using the generic MMC framework 2011-11-03 02:14:58 -05:00
regs-uart.h PXA: Cleanup serial_pxa 2011-11-15 22:24:50 +01:00
regs-usb.h pxa25x: Add UDC registers definitions 2012-09-01 16:21:53 +02:00