Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Felipe Balbi <balbi@ti.com>

authored by

Thierry Reding and committed by
Felipe Balbi
e18366da 3d75bd3d

-1
-1
drivers/usb/phy/phy-tegra-usb.c
··· 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>