diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-07 14:06:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-09 16:11:11 -0700 |
commit | 2097937467a5f6c93fd4a16fff0db2b6c475c85d (patch) | |
tree | 0bdbb9b0f2d3da4aa7efc3b601c0e451f27313c4 /drivers/usb/phy | |
parent | cc583db3d708886ef89bce9d686419c58400182c (diff) | |
download | linux-2097937467a5f6c93fd4a16fff0db2b6c475c85d.tar.gz linux-2097937467a5f6c93fd4a16fff0db2b6c475c85d.tar.bz2 linux-2097937467a5f6c93fd4a16fff0db2b6c475c85d.zip |
usb: phy: tegra: Do not include asm/mach-types.h
It is no longer needed and keeping it will break 64-bit ARM builds.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/phy-tegra-usb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c index bbe4f8e6e8d7..467a5e152afa 100644 --- a/drivers/usb/phy/phy-tegra-usb.c +++ b/drivers/usb/phy/phy-tegra-usb.c @@ -33,7 +33,6 @@ #include <linux/usb/otg.h> #include <linux/usb/ulpi.h> #include <linux/usb/of.h> -#include <asm/mach-types.h> #include <linux/usb/ehci_def.h> #include <linux/usb/tegra_usb_phy.h> #include <linux/regulator/consumer.h> |