vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bit
authorDiana Craciun <diana.craciun@oss.nxp.com>
Tue, 13 Oct 2020 15:06:51 +0000 (18:06 +0300)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 13 Oct 2020 17:12:29 +0000 (11:12 -0600)
commit83e491799e631dd41e7c7a870dd3a7603c461123
tree9e8651c613c64d5bde399b3f720171ffcd5c7ebe
parent2099363255f123f6c9abcfa8531bbec65a8f1820
vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bit

The FSL_MC_BUS on which the VFIO-FSL-MC driver is dependent on
can be compiled on other architectures as well (not only ARM64)
including 32 bit architectures.
Include linux/io-64-nonatomic-hi-lo.h to make writeq/readq used
in the driver available on 32bit platforms.

Signed-off-by: Diana Craciun <diana.craciun@oss.nxp.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/fsl-mc/vfio_fsl_mc.c