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: v2.6.32-rc1~162^2~7 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=adb2fe0277607d50f4e9ef06e1d180051a609c25 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"