]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
intel-iommu: include linux/dmi.h to use dmi_ routines
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 31 Aug 2009 05:24:23 +0000 (15:24 +1000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 31 Aug 2009 09:50:01 +0000 (10:50 +0100)
This file needs to include linux/dmi.h directly rather than relying on
it being pulled in from elsewhere.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/intel-iommu.c

index d36fa80aaa5256d072224366d0ffffc6d7932483..2ec5899207e3ac4c9d25fd633d9f88c6ace97d9c 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/iommu.h>
 #include <linux/intel-iommu.h>
 #include <linux/sysdev.h>
+#include <linux/dmi.h>
 #include <asm/cacheflush.h>
 #include <asm/iommu.h>
 #include "pci.h"