mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
xen/blkback: Remove the unused typedefs.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
452a6b2bb6
commit
325a648604
@ -76,8 +76,6 @@ struct blkif_x86_32_response {
|
|||||||
uint8_t operation; /* copied from request */
|
uint8_t operation; /* copied from request */
|
||||||
int16_t status; /* BLKIF_RSP_??? */
|
int16_t status; /* BLKIF_RSP_??? */
|
||||||
};
|
};
|
||||||
typedef struct blkif_x86_32_request blkif_x86_32_request_t;
|
|
||||||
typedef struct blkif_x86_32_response blkif_x86_32_response_t;
|
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
/* x86_64 protocol version */
|
/* x86_64 protocol version */
|
||||||
@ -94,8 +92,6 @@ struct blkif_x86_64_response {
|
|||||||
uint8_t operation; /* copied from request */
|
uint8_t operation; /* copied from request */
|
||||||
int16_t status; /* BLKIF_RSP_??? */
|
int16_t status; /* BLKIF_RSP_??? */
|
||||||
};
|
};
|
||||||
typedef struct blkif_x86_64_request blkif_x86_64_request_t;
|
|
||||||
typedef struct blkif_x86_64_response blkif_x86_64_response_t;
|
|
||||||
|
|
||||||
DEFINE_RING_TYPES(blkif_common, struct blkif_common_request,
|
DEFINE_RING_TYPES(blkif_common, struct blkif_common_request,
|
||||||
struct blkif_common_response);
|
struct blkif_common_response);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user