diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-02-04 23:50:00 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-02-04 23:50:01 +1100 |
commit | 24a5ae5d0340d5a45df840b24a10d62aa9516116 (patch) | |
tree | a5d08c7499d987a47d000940a04185eff7ab534f /include/linux | |
parent | 426e3e0af5d2473e67d4256fc1340b7faebd1cc7 (diff) | |
download | linux-3.10-24a5ae5d0340d5a45df840b24a10d62aa9516116.tar.gz linux-3.10-24a5ae5d0340d5a45df840b24a10d62aa9516116.tar.bz2 linux-3.10-24a5ae5d0340d5a45df840b24a10d62aa9516116.zip |
virtio: remove unused id field from struct virtio_blk_outhdr
This field has been unused since an older version of virtio. Remove
it now before we freeze the ABI.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au.
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/virtio_blk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/virtio_blk.h b/include/linux/virtio_blk.h index e54635666f2..bca0b10d794 100644 --- a/include/linux/virtio_blk.h +++ b/include/linux/virtio_blk.h @@ -39,8 +39,6 @@ struct virtio_blk_outhdr __u32 ioprio; /* Sector (ie. 512 byte offset) */ __u64 sector; - /* Where to put reply. */ - __u64 id; }; #define VIRTIO_BLK_S_OK 0 |