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

Commit 46f06b72 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David Woodhouse
Browse files

drivers/pci/intr_remapping.c: include acpi.h



Fix this build error:
drivers/pci/intr_remapping.c: In function 'ir_parse_ioapic_scope':
drivers/pci/intr_remapping.c:617: error: invalid use of undefined type
				         'struct acpi_dmar_hardware_unit'

Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 4958c5dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,7 @@
#include <asm/cpu.h>
#include <asm/cpu.h>
#include <linux/intel-iommu.h>
#include <linux/intel-iommu.h>
#include "intr_remapping.h"
#include "intr_remapping.h"
#include <acpi/acpi.h>


static struct ioapic_scope ir_ioapic[MAX_IO_APICS];
static struct ioapic_scope ir_ioapic[MAX_IO_APICS];
static int ir_ioapic_num;
static int ir_ioapic_num;