Browse Source

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>
Stephen Warren 12 years ago
parent
commit
f39b158d66
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/crypto/tegra-aes.c

+ 0 - 2
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>