[S390] zcrypt: remove duplicated struct CPRBX definition

Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com>
This commit is contained in:
Ralph Wuerthner
2007-10-12 16:11:28 +02:00
committed by Martin Schwidefsky
parent 731475c92e
commit 16db63fda0
3 changed files with 3 additions and 48 deletions

View File

@@ -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);