diff options
author | Lucas Stach <dev@lynxeye.de> | 2013-02-07 07:16:28 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-14 11:06:41 -0700 |
commit | a63eb6bbcc73c6bde716b23383139b8079f02144 (patch) | |
tree | 2afcf2c5303c3355b91294c91f2ef1db20548308 /arch/arm/include/asm/arch-tegra20 | |
parent | fdb4b9a71c93d5bd9e04df52be4587516ade6fb1 (diff) | |
download | u-boot-a63eb6bbcc73c6bde716b23383139b8079f02144.tar.gz u-boot-a63eb6bbcc73c6bde716b23383139b8079f02144.tar.xz u-boot-a63eb6bbcc73c6bde716b23383139b8079f02144.zip |
tegra: usb: various small cleanups
Remove unneeded headers, function prototype and stale comment, that
doesn't match the actual codebase anymore.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra20')
-rw-r--r-- | arch/arm/include/asm/arch-tegra20/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-tegra20/usb.h b/arch/arm/include/asm/arch-tegra20/usb.h index fdbd127e6c..b18c85080b 100644 --- a/arch/arm/include/asm/arch-tegra20/usb.h +++ b/arch/arm/include/asm/arch-tegra20/usb.h @@ -243,9 +243,6 @@ struct usb_ctlr { #define VBUS_VLD_STS (1 << 26) -/* Change the USB host port into host mode */ -void usb_set_host_mode(void); - /* Setup USB on the board */ int board_usb_init(const void *blob); |