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-Tag: v3.12-rc1~12840^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adb2fe0277607d50f4e9ef06e1d180051a609c25;p=kernel%2Fkernel-generic.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 d36fa80..2ec5899 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"