virtio_block: replaced __packed with _PACKED
This commit is contained in:
@@ -60,7 +60,7 @@ struct virtio_blk_config {
|
||||
|
||||
/* block size of device (if VIRTIO_BLK_F_BLK_SIZE) */
|
||||
uint32_t blk_size;
|
||||
} __packed;
|
||||
} _PACKED;
|
||||
|
||||
/*
|
||||
* Command types
|
||||
|
||||
Reference in New Issue
Block a user