Commit 2097937467a5f6c93fd4a16fff0db2b6c475c85d

Authored by Thierry Reding
Committed by Greg Kroah-Hartman
1 parent cc583db3d7

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/usb/phy/phy-tegra-usb.c
... ... @@ -33,7 +33,6 @@
33 33 #include <linux/usb/otg.h>
34 34 #include <linux/usb/ulpi.h>
35 35 #include <linux/usb/of.h>
36   -#include <asm/mach-types.h>
37 36 #include <linux/usb/ehci_def.h>
38 37 #include <linux/usb/tegra_usb_phy.h>
39 38 #include <linux/regulator/consumer.h>