summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-07 12:06:35 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 23:11:11 (GMT)
commit2097937467a5f6c93fd4a16fff0db2b6c475c85d (patch)
tree0bdbb9b0f2d3da4aa7efc3b601c0e451f27313c4
parentcc583db3d708886ef89bce9d686419c58400182c (diff)
downloadlinux-2097937467a5f6c93fd4a16fff0db2b6c475c85d.tar.xz
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>
-rw-r--r--drivers/usb/phy/phy-tegra-usb.c1
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 bbe4f8e..467a5e1 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>