| Submitter | Stephen Warren |
|---|---|
| Date | Oct. 2, 2012, 10:17 p.m. |
| Message ID | <1349216260-917-1-git-send-email-swarren@wwwdotorg.org> |
| Download | mbox | patch |
| Permalink | /patch/188660/ |
| State | Accepted, archived |
| Headers | show |
Comments
On Tue, Oct 02, 2012 at 04:17:40PM -0600, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > 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>
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 <swarren@nvidia.com> >> >> 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> Thanks, applied to Tegra's for-3.8/cleanup. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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>