summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2017-04-05 16:08:00 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-12 17:28:27 (GMT)
commitb80c0b99347c52884cccc7c09775942acbcc0739 (patch)
treeefbfa25463deb03934fed40afa015e51cf8bebf5 /arch/arm/mach-tegra
parent40a808f173008729a0c631ab84693b6a2b0dcfc9 (diff)
downloadu-boot-b80c0b99347c52884cccc7c09775942acbcc0739.tar.xz
Rename aes.h to uboot_aes.h
aes.h is a too generic name if this file can be exported and used by a program. Rename it to avoid any conflicts with other files (for example, from openSSL). Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/tegra20/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra20/crypto.c b/arch/arm/mach-tegra/tegra20/crypto.c
index 1b82fbb..eae7921 100644
--- a/arch/arm/mach-tegra/tegra20/crypto.c
+++ b/arch/arm/mach-tegra/tegra20/crypto.c
@@ -8,7 +8,7 @@
#include <common.h>
#include <linux/errno.h>
#include "crypto.h"
-#include "aes.h"
+#include "uboot_aes.h"
static u8 zero_key[16];