aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-dev.h
diff options
context:
space:
mode:
authorTom Lendacky <thomas.lendacky@amd.com>2014-06-05 11:17:45 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-06-20 09:26:11 -0400
commit3d77565ba5e5b9075a4f6d7d6d15996f5e582659 (patch)
treea1b04023142a3f0c46d03868509fb40e8bb44cc6 /drivers/crypto/ccp/ccp-dev.h
parent64d1cdfbe20c50877576045145313c9b062c50f7 (diff)
crypto: ccp - Modify PCI support in prep for arm64 support
Modify the PCI device support in prep for supporting the CCP as a platform device for arm64. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/ccp-dev.h')
-rw-r--r--drivers/crypto/ccp/ccp-dev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/crypto/ccp/ccp-dev.h b/drivers/crypto/ccp/ccp-dev.h
index 7ec536e702ec..72bf1536b653 100644
--- a/drivers/crypto/ccp/ccp-dev.h
+++ b/drivers/crypto/ccp/ccp-dev.h
@@ -23,8 +23,6 @@
23#include <linux/hw_random.h> 23#include <linux/hw_random.h>
24 24
25 25
26#define IO_OFFSET 0x20000
27
28#define MAX_DMAPOOL_NAME_LEN 32 26#define MAX_DMAPOOL_NAME_LEN 32
29 27
30#define MAX_HW_QUEUES 5 28#define MAX_HW_QUEUES 5
@@ -194,6 +192,7 @@ struct ccp_device {
194 void *dev_specific; 192 void *dev_specific;
195 int (*get_irq)(struct ccp_device *ccp); 193 int (*get_irq)(struct ccp_device *ccp);
196 void (*free_irq)(struct ccp_device *ccp); 194 void (*free_irq)(struct ccp_device *ccp);
195 unsigned int irq;
197 196
198 /* 197 /*
199 * I/O area used for device communication. The register mapping 198 * I/O area used for device communication. The register mapping