diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-21 21:57:59 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 00:47:55 -0700 |
commit | 42652be7036de76d1c8a7db91e9fed432408c05a (patch) | |
tree | ab31b14fb6ca4be2c396984e1a76b34e1022518d /drivers | |
parent | f84efd29602d29054dd889abaf1eb06998788026 (diff) |
HACK usb_phy.c add pinmux-tegra20.h include
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Rebase-Id: Rf4984a71db3f3e0ad92a77b3f649fedbc7026073
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/phy/phy-tegra-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c index b6cedc19f799..8dc03e1a6833 100644 --- a/drivers/usb/phy/phy-tegra-usb.c +++ b/drivers/usb/phy/phy-tegra-usb.c @@ -30,6 +30,7 @@ #include <asm/mach-types.h> #include <linux/usb/tegra_usb_phy.h> #include <mach/pinmux.h> +#include <mach/pinmux-tegra20.h> #define TEGRA_USB_BASE 0xC5000000 #define TEGRA_USB_SIZE SZ_16K |