virtio_config: drop LE option from config space
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Aug 2020 11:29:12 +0000 (07:29 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Aug 2020 15:08:41 +0000 (11:08 -0400)
commit83eb9db95eb453f1db651909ad4598c3d44ef1e1
treeb69a38fb6379b4f5667174bb587b03af6f468191
parentd83c67c4a669a4b396239c338bef802cae72e648
virtio_config: drop LE option from config space

All drivers now use virtio_cread/write_le for LE config
space fields. Drop LE option from virtio_cread/write, only leaving
the option to access transitional fields.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/linux/virtio_config.h