Re: [PATCH] crypto: qat - remove unused define

2015-07-28 Thread Herbert Xu
On Fri, Jul 24, 2015 at 01:18:25PM -0700, Tadeusz Struk wrote:
 From: Bruce Allan bruce.w.al...@intel.com
 
 Signed-off-by: Bruce Allan bruce.w.al...@intel.com
 Signed-off-by: Tadeusz Struk tadeusz.st...@intel.com

Applied.
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] crypto: qat - remove unused define

2015-07-24 Thread Tadeusz Struk
From: Bruce Allan bruce.w.al...@intel.com

Signed-off-by: Bruce Allan bruce.w.al...@intel.com
Signed-off-by: Tadeusz Struk tadeusz.st...@intel.com
---
 drivers/crypto/qat/qat_common/qat_hal.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_common/qat_hal.c 
b/drivers/crypto/qat/qat_common/qat_hal.c
index 1d6d289..8e711d1 100644
--- a/drivers/crypto/qat/qat_common/qat_hal.c
+++ b/drivers/crypto/qat/qat_common/qat_hal.c
@@ -671,7 +671,6 @@ static int qat_hal_clear_gpr(struct 
icp_qat_fw_loader_handle *handle)
 #define ICP_DH895XCC_CAP_OFFSET (ICP_DH895XCC_AE_OFFSET + 0x1)
 #define LOCAL_TO_XFER_REG_OFFSET0x800
 #define ICP_DH895XCC_EP_OFFSET  0x3a000
-#define ICP_DH895XCC_PMISC_BAR 1
 int qat_hal_init(struct adf_accel_dev *accel_dev)
 {
unsigned char ae;

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html