Skip to content
Snippets Groups Projects
Commit 63ca5f1d authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio

Pull VFIO fix from Alex Williamson:
 "Just a trivial patch to include vfio.h in the installed headers so we
  can complete userspace integration into QEMU."

* tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio:
  vfio: Include vfio.h in installed headers
parents 2eac9eb8 817fea2d
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,7 @@ header-y += v4l2-dv-timings.h ...@@ -391,6 +391,7 @@ header-y += v4l2-dv-timings.h
header-y += v4l2-mediabus.h header-y += v4l2-mediabus.h
header-y += v4l2-subdev.h header-y += v4l2-subdev.h
header-y += veth.h header-y += veth.h
header-y += vfio.h
header-y += vhost.h header-y += vhost.h
header-y += videodev2.h header-y += videodev2.h
header-y += virtio_9p.h header-y += virtio_9p.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment