Эх сурвалжийг харах

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 <sfr@canb.auug.org.au>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Stephen Rothwell 16 жил өмнө
parent
commit
adb2fe0277

+ 1 - 0
drivers/pci/intel-iommu.c

@@ -37,6 +37,7 @@
 #include <linux/iommu.h>
 #include <linux/iommu.h>
 #include <linux/intel-iommu.h>
 #include <linux/intel-iommu.h>
 #include <linux/sysdev.h>
 #include <linux/sysdev.h>
+#include <linux/dmi.h>
 #include <asm/cacheflush.h>
 #include <asm/cacheflush.h>
 #include <asm/iommu.h>
 #include <asm/iommu.h>
 #include "pci.h"
 #include "pci.h"