aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-02 15:25:10 -0600
committerStephen Warren <swarren@nvidia.com>2012-11-05 11:36:05 -0700
commitf39b158d66793a21bf273c1817fa062956b9d732 (patch)
treeaa995d92dce3630a40d70e71e3c0be2563b791a0 /drivers/crypto
parentARM: tegra: update *.dts for regulator-compatible deprecation (diff)
downloadlinux-dev-f39b158d66793a21bf273c1817fa062956b9d732.tar.xz
linux-dev-f39b158d66793a21bf273c1817fa062956b9d732.zip
crypto: tegra: remove include of <mach/clk.h>
Nothing from this file is used, and the file will hopefully be deleted soon. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/tegra-aes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/tegra-aes.c b/drivers/crypto/tegra-aes.c
index 37185e6630cd..e69f3bc473be 100644
--- a/drivers/crypto/tegra-aes.c
+++ b/drivers/crypto/tegra-aes.c
@@ -41,8 +41,6 @@
#include <linux/completion.h>
#include <linux/workqueue.h>
-#include <mach/clk.h>
-
#include <crypto/scatterwalk.h>
#include <crypto/aes.h>
#include <crypto/internal/rng.h>