diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-05-12 16:37:04 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-05-12 17:55:50 -0400 |
commit | 325a64860472765ecaeaa0081e9ddd67671183d4 (patch) | |
tree | f880017bf25e025043b858d55840384e9fb9c774 /drivers/block/xen-blkback | |
parent | 452a6b2bb6de677acdd2ccb8b39cf6e8fe06f306 (diff) |
xen/blkback: Remove the unused typedefs.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/block/xen-blkback')
-rw-r--r-- | drivers/block/xen-blkback/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index b8856fe2568f..b0db6aabb5b8 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
@@ -76,8 +76,6 @@ struct blkif_x86_32_response { | |||
76 | uint8_t operation; /* copied from request */ | 76 | uint8_t operation; /* copied from request */ |
77 | int16_t status; /* BLKIF_RSP_??? */ | 77 | int16_t status; /* BLKIF_RSP_??? */ |
78 | }; | 78 | }; |
79 | typedef struct blkif_x86_32_request blkif_x86_32_request_t; | ||
80 | typedef struct blkif_x86_32_response blkif_x86_32_response_t; | ||
81 | #pragma pack(pop) | 79 | #pragma pack(pop) |
82 | 80 | ||
83 | /* x86_64 protocol version */ | 81 | /* x86_64 protocol version */ |
@@ -94,8 +92,6 @@ struct blkif_x86_64_response { | |||
94 | uint8_t operation; /* copied from request */ | 92 | uint8_t operation; /* copied from request */ |
95 | int16_t status; /* BLKIF_RSP_??? */ | 93 | int16_t status; /* BLKIF_RSP_??? */ |
96 | }; | 94 | }; |
97 | typedef struct blkif_x86_64_request blkif_x86_64_request_t; | ||
98 | typedef struct blkif_x86_64_response blkif_x86_64_response_t; | ||
99 | 95 | ||
100 | DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, | 96 | DEFINE_RING_TYPES(blkif_common, struct blkif_common_request, |
101 | struct blkif_common_response); | 97 | struct blkif_common_response); |