diff options
author | Olof Johansson <olof@lixom.net> | 2012-03-29 10:59:20 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-29 11:00:56 -0700 |
commit | a99ab88815aec12bd257e121dee06003e2401a68 (patch) | |
tree | 89535cf82f33e2041af34433b8f2aa7f704ffa36 /arch/arm/mach-tegra/devices.h | |
parent | 714daf73d0889c62e90abf4510e4fab65b4668e8 (diff) | |
parent | 8c3ec84102d171a24f050a086bfc546e9de93f9f (diff) |
Merge branch 'for-3.4/fixes-for-rc1-and-v3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into fixes
* 'for-3.4/fixes-for-rc1-and-v3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
ARM: tegra: Fix device tree AUXDATA for USB/EHCI
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r-- | arch/arm/mach-tegra/devices.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h index 873ecb2f8ae..ec455679b21 100644 --- a/arch/arm/mach-tegra/devices.h +++ b/arch/arm/mach-tegra/devices.h @@ -20,6 +20,11 @@ #define __MACH_TEGRA_DEVICES_H #include <linux/platform_device.h> +#include <linux/platform_data/tegra_usb.h> + +extern struct tegra_ehci_platform_data tegra_ehci1_pdata; +extern struct tegra_ehci_platform_data tegra_ehci2_pdata; +extern struct tegra_ehci_platform_data tegra_ehci3_pdata; extern struct platform_device tegra_gpio_device; extern struct platform_device tegra_pinmux_device; |