2012-10-02 22:17:46

by Stephen Warren

[permalink] [raw]
Subject: [PATCH] crypto: tegra: remove include of <mach/clk.h>

From: Stephen Warren <[email protected]>

Nothing from this file is used, and the file will hopefully be deleted
soon.

Signed-off-by: Stephen Warren <[email protected]>
---
Herbert, if this patch can get into 3.7 (it's late, I know) then that
would be great. If not, may I please request an ack so I can take the
change through the Tegra tree in 3.8, since I will probably have cleanup
patches that depend on this change. Thanks.
---
drivers/crypto/tegra-aes.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/tegra-aes.c b/drivers/crypto/tegra-aes.c
index ac236f6..88d860b 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>
--
1.7.0.4


2012-10-15 14:33:53

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: tegra: remove include of <mach/clk.h>

On Tue, Oct 02, 2012 at 04:17:40PM -0600, Stephen Warren wrote:
> From: Stephen Warren <[email protected]>
>
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
>
> Signed-off-by: Stephen Warren <[email protected]>

Acked-by: Herbert Xu <[email protected]>
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

2012-10-15 17:39:20

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH] crypto: tegra: remove include of <mach/clk.h>

On 10/15/2012 08:33 AM, Herbert Xu wrote:
> On Tue, Oct 02, 2012 at 04:17:40PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <[email protected]>
>>
>> Nothing from this file is used, and the file will hopefully be deleted
>> soon.
>>
>> Signed-off-by: Stephen Warren <[email protected]>
>
> Acked-by: Herbert Xu <[email protected]>

Thanks, applied to Tegra's for-3.8/cleanup.