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.10-rc4~16^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=94a6fa899d2cb5ee76933406df32996576a562e4;p=karo-tx-linux.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 77373e51b283..b3cc33fa6d26 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