From: Stephen Rothwell Date: Mon, 31 Aug 2009 05:24:23 +0000 (+1000) Subject: intel-iommu: include linux/dmi.h to use dmi_ routines X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=adb2fe0277607d50f4e9ef06e1d180051a609c25;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git intel-iommu: include linux/dmi.h to use dmi_ routines This file needs to include linux/dmi.h directly rather than relying on it being pulled in from elsewhere. Signed-off-by: Stephen Rothwell Signed-off-by: David Woodhouse --- diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index d36fa80aaa52..2ec5899207e3 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include "pci.h"