* [PATCH] vfio/type1: Remove pid_namespace.h include
@ 2017-01-12 15:27 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2017-01-12 15:27 UTC (permalink / raw)
To: alex.williamson; +Cc: Jike Song, Kirti Wankhede, kvm, linux-kernel
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>
---
drivers/vfio/vfio_iommu_type1.c | 1 -
1 file changed, 1 deletion(-)
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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-12 15:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 15:27 [PATCH] vfio/type1: Remove pid_namespace.h include Alex Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox