| OLD | NEW |
| 1 /* | 1 /* |
| 2 * arch/arm/mach-tegra/devices.h | 2 * arch/arm/mach-tegra/devices.h |
| 3 * | 3 * |
| 4 * Copyright (C) 2010 Google, Inc. | 4 * Copyright (C) 2010 Google, Inc. |
| 5 * | 5 * |
| 6 * Author: | 6 * Author: |
| 7 * Colin Cross <ccross@android.com> | 7 * Colin Cross <ccross@android.com> |
| 8 * Erik Gilling <ccross@android.com> | 8 * Erik Gilling <ccross@android.com> |
| 9 * | 9 * |
| 10 * This software is licensed under the terms of the GNU General Public | 10 * This software is licensed under the terms of the GNU General Public |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 extern struct platform_device tegra_uarta_device; | 55 extern struct platform_device tegra_uarta_device; |
| 56 extern struct platform_device tegra_uartb_device; | 56 extern struct platform_device tegra_uartb_device; |
| 57 extern struct platform_device tegra_uartc_device; | 57 extern struct platform_device tegra_uartc_device; |
| 58 extern struct platform_device tegra_uartd_device; | 58 extern struct platform_device tegra_uartd_device; |
| 59 extern struct platform_device tegra_uarte_device; | 59 extern struct platform_device tegra_uarte_device; |
| 60 extern struct platform_device tegra_spdif_device; | 60 extern struct platform_device tegra_spdif_device; |
| 61 extern struct platform_device tegra_grhost_device; | 61 extern struct platform_device tegra_grhost_device; |
| 62 extern struct platform_device tegra_spdif_device; | 62 extern struct platform_device tegra_spdif_device; |
| 63 extern struct platform_device tegra_avp_device; | 63 extern struct platform_device tegra_avp_device; |
| 64 extern struct platform_device tegra_aes_device; | 64 extern struct platform_device tegra_aes_device; |
| 65 extern struct nvhost_device tegra_camera_device; |
| 65 | 66 |
| 66 #endif | 67 #endif |
| OLD | NEW |