Skip to content
Snippets Groups Projects
Commit ff83e4c3 authored by Adam Ford's avatar Adam Ford Committed by Marek Vasut
Browse files

ARM: davinci: Remove unused functions from header


There are a few functions defined in the header file, but they are
not referenced by any Davinci code.  In order to make a general
function in the future with static function declarations, this
patch will remove the references all together.

Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
parent e0b0af66
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,4 @@ struct da8xx_usb_regs {
#define DA8XX_USB_VBUS_GPIO (1 << 15)
int usb_phy_on(void);
void usb_phy_off(void);
#endif /* __DA8XX_MUSB_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment