diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2017-01-12 08:24:16 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2017-01-13 08:23:33 -0700 |
commit | 94a6fa899d2cb5ee76933406df32996576a562e4 (patch) | |
tree | 8216e1077aa01292058191702e0506d4bdd5cb29 /drivers/vfio | |
parent | d1b333d12cde9cabe898160b6be9769d3382d81c (diff) | |
download | op-kernel-dev-94a6fa899d2cb5ee76933406df32996576a562e4.zip op-kernel-dev-94a6fa899d2cb5ee76933406df32996576a562e4.tar.gz |
vfio/type1: Remove pid_namespace.h include
Using has_capability() rather than ns_capable(), we're no longer using
this header.
Cc: Jike Song <jike.song@intel.com>
Cc: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio')
-rw-r--r-- | drivers/vfio/vfio_iommu_type1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c index 77373e5..b3cc33f 100644 --- a/drivers/vfio/vfio_iommu_type1.c +++ b/drivers/vfio/vfio_iommu_type1.c @@ -36,7 +36,6 @@ #include <linux/uaccess.h> #include <linux/vfio.h> #include <linux/workqueue.h> -#include <linux/pid_namespace.h> #include <linux/mdev.h> #include <linux/notifier.h> |