summaryrefslogtreecommitdiff
path: root/drivers/crypto
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-04 00:56:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:37 -0700
commitf4bf2c76e4fcc21054f9b0d1b567f818127ea5c5 (patch)
treefef15ce49d2d9016a99f9be3906f2dc5c9bf8555 /drivers/crypto
parentb9ad0f258ab54ee3985c75d57bec7264a95d8d72 (diff)
ARM: tegra: Move platform detect from <mach/hardware.h> to <linux/tegra-soc.h>
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: I13f3ff891510d2c868f609d507149b32183d34c5
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/tegra-se.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/tegra-se.c b/drivers/crypto/tegra-se.c
index 7220e33337d5..a7ab855da9e6 100644
--- a/drivers/crypto/tegra-se.c
+++ b/drivers/crypto/tegra-se.c
@@ -34,6 +34,7 @@
#include <linux/interrupt.h>
#include <linux/types.h>
#include <linux/errno.h>
+#include <linux/tegra-soc.h>
#include <crypto/scatterwalk.h>
#include <crypto/algapi.h>
#include <crypto/aes.h>
@@ -41,7 +42,6 @@
#include <crypto/internal/hash.h>
#include <crypto/sha.h>
#include <linux/pm_runtime.h>
-#include <mach/hardware.h>
#include <mach/pm_domains.h>
#include "tegra-se.h"