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.karo-electronics.de/?a=commitdiff_plain;h=adb2fe0277607d50f4e9ef06e1d180051a609c25;p=mv-sheeva.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 d36fa80aaa5..2ec5899207e 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"