diff options
author | Adam Ford <aford173@gmail.com> | 2019-04-28 16:45:26 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-03 17:14:49 +0200 |
commit | ff83e4c368f0155617e813d275d88192f05131e1 (patch) | |
tree | 9978e6a8e705315cd643ef42d88642a1fe72df98 /arch/arm/mach-davinci | |
parent | e0b0af666a81f166397e3aebd26e9401ae48c97d (diff) | |
download | u-boot-ff83e4c368f0155617e813d275d88192f05131e1.tar.gz u-boot-ff83e4c368f0155617e813d275d88192f05131e1.tar.xz u-boot-ff83e4c368f0155617e813d275d88192f05131e1.zip |
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: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/da8xx-usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/include/mach/da8xx-usb.h b/arch/arm/mach-davinci/include/mach/da8xx-usb.h index 42e1258225..215706e172 100644 --- a/arch/arm/mach-davinci/include/mach/da8xx-usb.h +++ b/arch/arm/mach-davinci/include/mach/da8xx-usb.h @@ -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__ */ |