summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-10-17 06:10:43 +0530
committerDima Zavin <dima@android.com>2010-12-14 13:54:55 -0800
commitea803aa701dd3c5a2829adcc2a9a82296fd0b1f1 (patch)
tree831d8dbee49016e70a8117110dd064264c485f6d /arch/arm/mach-tegra/devices.h
parente26f11e1922261d6c56d981c7a72fac206128f07 (diff)
[ARM] tegra: add aes to devices.c
Change-Id: Id13075009d785e784ae6bd0feb9b29f3fa7184df Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index cbf141682989..1c547257a34f 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -59,5 +59,6 @@ extern struct platform_device tegra_spdif_device;
extern struct platform_device tegra_grhost_device;
extern struct platform_device tegra_spdif_device;
extern struct platform_device tegra_avp_device;
+extern struct platform_device tegra_aes_device;
#endif