瀏覽代碼

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 年之前
父節點
當前提交
adb2fe0277
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/pci/intel-iommu.c

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

@@ -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"