summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-03-02 19:46:50 +0100
committerTom Warren <twarren@nvidia.com>2014-04-17 08:41:06 -0700
commit8f9fd6caafb838bdb0d6a1c0a7e96997aec27b90 (patch)
treeba9022634809b38e2683a854ae3f7bfc42e721e3 /drivers
parentb1d615f3f10294c016cc424ef05e938f49af8117 (diff)
downloadblackbird-obmc-uboot-8f9fd6caafb838bdb0d6a1c0a7e96997aec27b90.tar.gz
blackbird-obmc-uboot-8f9fd6caafb838bdb0d6a1c0a7e96997aec27b90.zip
usb: tegra: combine header file
Combine the Tegra USB header file into one header file for all SoCs. Use ifdef to account for the difference, especially Tegra20 is quite different from newer SoCs. This avoids duplication, mainly for Tegra30 and newer devices. Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ehci-tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
index c6b64b299e..38db18e2c9 100644
--- a/drivers/usb/host/ehci-tegra.c
+++ b/drivers/usb/host/ehci-tegra.c
@@ -13,7 +13,6 @@
#include <asm/arch/clock.h>
#include <asm/arch-tegra/usb.h>
#include <asm/arch-tegra/clk_rst.h>
-#include <asm/arch/usb.h>
#include <usb.h>
#include <usb/ulpi.h>
#include <libfdt.h>
OpenPOWER on IntegriCloud