2008-06-19 12:44:02

by Andre Haupt

[permalink] [raw]
Subject: [PATCH] crypto: remove duplicate include of linux/interrupt.h

Signed-off-by: Andre Haupt <[email protected]>
---
drivers/crypto/hifn_795x.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
index 81f3f95..9bf8559 100644
--- a/drivers/crypto/hifn_795x.c
+++ b/drivers/crypto/hifn_795x.c
@@ -29,7 +29,6 @@
#include <linux/dma-mapping.h>
#include <linux/scatterlist.h>
#include <linux/highmem.h>
-#include <linux/interrupt.h>
#include <linux/crypto.h>
#include <linux/hw_random.h>
#include <linux/ktime.h>
--
1.5.5.GIT



2008-06-19 12:51:23

by Evgeniy Polyakov

[permalink] [raw]
Subject: Re: [PATCH] crypto: remove duplicate include of linux/interrupt.h

Hi.

On Thu, Jun 19, 2008 at 02:43:08PM +0200, Andre Haupt ([email protected]) wrote:
> Signed-off-by: Andre Haupt <[email protected]>

Thank you for the patch, but similar one from Huang Weiyi is in Herbert Xu
cryptodev-2.6 tree an will be pushed upstream in upcoming merge window.

--
Evgeniy Polyakov

2008-06-19 12:55:08

by Andre Haupt

[permalink] [raw]
Subject: Re: [PATCH] crypto: remove duplicate include of linux/interrupt.h

On Thu, Jun 19, 2008 at 04:51:15PM +0400, Evgeniy Polyakov wrote:
> Hi.
>
> On Thu, Jun 19, 2008 at 02:43:08PM +0200, Andre Haupt ([email protected]) wrote:
> > Signed-off-by: Andre Haupt <[email protected]>
>
> Thank you for the patch, but similar one from Huang Weiyi is in Herbert Xu
> cryptodev-2.6 tree an will be pushed upstream in upcoming merge window.
>
Ok, didn't notice that.

regards,

Andre


> --
> Evgeniy Polyakov