]> git.baikalelectronics.ru Git - kernel.git/commit
vfio: Replace module request with softdep
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 8 Feb 2017 20:13:26 +0000 (13:13 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 9 Feb 2017 19:13:53 +0000 (12:13 -0700)
commitf1497cb1d0cb6b71b1904f416984a37d110e03d6
treed1120b16dab0518f5d55fe553eb7f96ae18bc40c
parentfd26797d304f9151f7d78b586db98651f3c29f72
vfio: Replace module request with softdep

Rather than doing a module request from within the init function, add
a soft dependency on the available IOMMU backend drivers.  This makes
the dependency visible to userspace when picking modules for the
ram disk.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/vfio.c