diff options
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r-- | arch/arm/mach-tegra/devices.h | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h deleted file mode 100644 index 4f5052726495..000000000000 --- a/arch/arm/mach-tegra/devices.h +++ /dev/null | |||
@@ -1,60 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2010,2011 Google, Inc. | ||
3 | * | ||
4 | * Author: | ||
5 | * Colin Cross <ccross@android.com> | ||
6 | * Erik Gilling <ccross@android.com> | ||
7 | * | ||
8 | * This software is licensed under the terms of the GNU General Public | ||
9 | * License version 2, as published by the Free Software Foundation, and | ||
10 | * may be copied, distributed, and modified under those terms. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | */ | ||
18 | |||
19 | #ifndef __MACH_TEGRA_DEVICES_H | ||
20 | #define __MACH_TEGRA_DEVICES_H | ||
21 | |||
22 | #include <linux/platform_device.h> | ||
23 | #include <linux/platform_data/tegra_usb.h> | ||
24 | |||
25 | #include <mach/usb_phy.h> | ||
26 | |||
27 | extern struct tegra_ulpi_config tegra_ehci2_ulpi_phy_config; | ||
28 | |||
29 | extern struct tegra_ehci_platform_data tegra_ehci1_pdata; | ||
30 | extern struct tegra_ehci_platform_data tegra_ehci2_pdata; | ||
31 | extern struct tegra_ehci_platform_data tegra_ehci3_pdata; | ||
32 | |||
33 | extern struct platform_device tegra_gpio_device; | ||
34 | extern struct platform_device tegra_pinmux_device; | ||
35 | extern struct platform_device tegra_sdhci_device1; | ||
36 | extern struct platform_device tegra_sdhci_device2; | ||
37 | extern struct platform_device tegra_sdhci_device3; | ||
38 | extern struct platform_device tegra_sdhci_device4; | ||
39 | extern struct platform_device tegra_i2c_device1; | ||
40 | extern struct platform_device tegra_i2c_device2; | ||
41 | extern struct platform_device tegra_i2c_device3; | ||
42 | extern struct platform_device tegra_i2c_device4; | ||
43 | extern struct platform_device tegra_spi_device1; | ||
44 | extern struct platform_device tegra_spi_device2; | ||
45 | extern struct platform_device tegra_spi_device3; | ||
46 | extern struct platform_device tegra_spi_device4; | ||
47 | extern struct platform_device tegra_ehci1_device; | ||
48 | extern struct platform_device tegra_ehci2_device; | ||
49 | extern struct platform_device tegra_ehci3_device; | ||
50 | extern struct platform_device tegra_uarta_device; | ||
51 | extern struct platform_device tegra_uartb_device; | ||
52 | extern struct platform_device tegra_uartc_device; | ||
53 | extern struct platform_device tegra_uartd_device; | ||
54 | extern struct platform_device tegra_uarte_device; | ||
55 | extern struct platform_device tegra_pmu_device; | ||
56 | extern struct platform_device tegra_i2s_device1; | ||
57 | extern struct platform_device tegra_i2s_device2; | ||
58 | extern struct platform_device tegra_das_device; | ||
59 | |||
60 | #endif | ||