ARM: davinci: Remove unused functions from header
authorAdam Ford <aford173@gmail.com>
Sun, 28 Apr 2019 21:45:26 +0000 (16:45 -0500)
committerMarek Vasut <marex@denx.de>
Fri, 3 May 2019 15:14:49 +0000 (17:14 +0200)
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: Adam Ford <aford173@gmail.com>
arch/arm/mach-davinci/include/mach/da8xx-usb.h

index 42e1258225bc0d0080f016a7ac2785f7a7154443..215706e1729669af6e9545eb4229836bf6be037e 100644 (file)
@@ -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__ */