Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adb2fe02 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David Woodhouse
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 8211a7b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"