drivers/pci/intr_remapping.c: include acpi.h
authorAlexander Beregalov <a.beregalov@gmail.com>
Mon, 6 Apr 2009 15:45:28 +0000 (16:45 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 6 Apr 2009 20:45:48 +0000 (13:45 -0700)
commit46f06b72378d3187f0d12f7a60d020676bfbf332
treeaec1cfd355d5af3991b061802f62ad487159aad1
parent4958c5dc7bcb2e42d985cd26aeafd8a7eca9ab1e
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: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/intr_remapping.c