x86: don't include {amd-,}iommu.h from fixmap.h
authorJan Beulich <jbeulich@suse.com>
Tue, 30 Jul 2019 10:00:05 +0000 (12:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 30 Jul 2019 10:00:05 +0000 (12:00 +0200)
commit850454cf9fa417e079c48a872ead17636a5be44f
tree9740e877c0299489b4eb2ee8fbc90183b3308789
parentd8f2490561eb8879f415c8eb4c7993a92bd33850
x86: don't include {amd-,}iommu.h from fixmap.h

The #include was added by 0700c962ac ("Add AMD IOMMU support into
hypervisor") and I then didn't drop it again in d7f913b8de ("AMD IOMMU:
use ioremap()"); similarly for xen/iommu.h in 99321e0e6c ("VT-d: use
ioremap()"). Avoid needlessly re-building unrelated files when only
IOMMU definitions have changed.

Two #include-s of xen/init.h turn out necessary as replacement.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/drivers/acpi/apei/apei-io.c
xen/drivers/acpi/apei/erst.c
xen/include/asm-x86/fixmap.h