diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2012-08-07 11:48:33 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2012-08-07 11:48:33 -0600 |
commit | 817fea2df3c24b22f6123dc0106eb063b7132883 (patch) | |
tree | 594031e1ae715c76a787b1597385505e719c017c /include | |
parent | 42a579a0f960081cd16fc945036e4780c3ad3202 (diff) | |
download | linux-3.10-817fea2df3c24b22f6123dc0106eb063b7132883.tar.gz linux-3.10-817fea2df3c24b22f6123dc0106eb063b7132883.tar.bz2 linux-3.10-817fea2df3c24b22f6123dc0106eb063b7132883.zip |
vfio: Include vfio.h in installed headers
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index d9a75447487..fa217607c58 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -391,6 +391,7 @@ header-y += v4l2-dv-timings.h header-y += v4l2-mediabus.h header-y += v4l2-subdev.h header-y += veth.h +header-y += vfio.h header-y += vhost.h header-y += videodev2.h header-y += virtio_9p.h |