diff options
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r-- | arch/arm/mach-tegra/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h index 174f21d0562f..cefbee0eda25 100644 --- a/arch/arm/mach-tegra/devices.h +++ b/arch/arm/mach-tegra/devices.h @@ -24,6 +24,7 @@ #define __MACH_TEGRA_DEVICES_H #include <linux/platform_device.h> +#include <linux/nvhost.h> extern struct platform_device tegra_sdhci_device1; extern struct platform_device tegra_sdhci_device2; @@ -109,4 +110,6 @@ extern struct platform_device tegra_se_device; extern struct platform_device debug_uarte_device; #endif +extern struct nvhost_device tegra_disp1_device; +extern struct platform_device tegra_nvmap_device; #endif |