From: Alex Williamson Date: Thu, 12 Jan 2017 15:24:16 +0000 (-0700) Subject: vfio/type1: Remove pid_namespace.h include X-Git-Tag: v4.14-rc1~1706^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a6fa899d2cb5ee76933406df32996576a562e4;p=platform%2Fkernel%2Flinux-rpi3.git vfio/type1: Remove pid_namespace.h include Using has_capability() rather than ns_capable(), we're no longer using this header. Cc: Jike Song Cc: Kirti Wankhede Signed-off-by: Alex Williamson --- 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 #include #include -#include #include #include