diff options
author | Ralph Wuerthner <rwuerthn@de.ibm.com> | 2007-10-12 14:11:28 (GMT) |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-10-12 14:13:04 (GMT) |
commit | 16db63fda0c63de7a7feb59c6ca59ce7e2670ffb (patch) | |
tree | b72a180413715493ace94ce437070c02915dd798 /drivers/s390/crypto/zcrypt_pcixcc.c | |
parent | 731475c92ed587ac0e112c49b47b12de8d0ab609 (diff) | |
download | linux-fsl-qoriq-16db63fda0c63de7a7feb59c6ca59ce7e2670ffb.tar.xz |
[S390] zcrypt: remove duplicated struct CPRBX definition
Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/zcrypt_pcixcc.c')
-rw-r--r-- | drivers/s390/crypto/zcrypt_pcixcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/zcrypt_pcixcc.c b/drivers/s390/crypto/zcrypt_pcixcc.c index 6494878..c283692 100644 --- a/drivers/s390/crypto/zcrypt_pcixcc.c +++ b/drivers/s390/crypto/zcrypt_pcixcc.c @@ -277,7 +277,7 @@ static int XCRB_msg_to_type6CPRB_msgX(struct zcrypt_device *zdev, }; struct { struct type6_hdr hdr; - struct ica_CPRBX cprbx; + struct CPRBX cprbx; } __attribute__((packed)) *msg = ap_msg->message; int rcblen = CEIL4(xcRB->request_control_blk_length); |