Searched hist:e0e89e236f9692eb0af034c59607e2db2e333c1d (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/ |
| H A D | hardware.h | e0e89e236f9692eb0af034c59607e2db2e333c1d Fri Apr 12 18:59:15 UTC 2013 Mike Dunn <mikedunn@newsguy.com> 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>
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | e0e89e236f9692eb0af034c59607e2db2e333c1d Fri Apr 12 18:59:15 UTC 2013 Mike Dunn <mikedunn@newsguy.com> 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>
|