virtio_block: replaced __packed with _PACKED

This commit is contained in:
Jérôme Duval
2013-07-02 22:45:08 +02:00
parent 82fda49e52
commit e19769d296
@@ -60,7 +60,7 @@ struct virtio_blk_config {
/* block size of device (if VIRTIO_BLK_F_BLK_SIZE) */ /* block size of device (if VIRTIO_BLK_F_BLK_SIZE) */
uint32_t blk_size; uint32_t blk_size;
} __packed; } _PACKED;
/* /*
* Command types * Command types