Skip to content

Commit

Permalink
crypto: tegra: remove include of <mach/clk.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren committed Nov 5, 2012
1 parent b9c665d commit f39b158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/crypto/tegra-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f39b158

Please sign in to comment.