Commit f39b158d66793a21bf273c1817fa062956b9d732

Authored by Stephen Warren
1 parent b9c665d75b

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/crypto/tegra-aes.c
... ... @@ -41,8 +41,6 @@
41 41 #include <linux/completion.h>
42 42 #include <linux/workqueue.h>
43 43  
44   -#include <mach/clk.h>
45   -
46 44 #include <crypto/scatterwalk.h>
47 45 #include <crypto/aes.h>
48 46 #include <crypto/internal/rng.h>