diff options
author | Sean Christopherson <[email protected]> | 2019-11-26 08:54:12 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-12-10 10:15:48 +0100 |
commit | 41bfc11cde43222de6066a380f51b26897fba075 (patch) | |
tree | d5926772a48c3d256c93b613965d387a77cea4bc /scripts/bpf_helpers_doc.py | |
parent | c6625a314cb81149718390c6be01a9294a016966 (diff) |
virt: vbox: Explicitly include linux/io.h to pick up various defs
Through a labyrinthian sequence of includes, usage of page_to_phys(),
virt_to_phys() and out*() is dependent on the include of asm/io.h in
x86's asm/realmode.h, which is included in x86's asm/acpi.h and thus by
linux/acpi.h. Explicitly include linux/io.h to break the dependency on
realmode.h so that a future patch can remove the realmode.h include from
acpi.h without breaking the build.
Signed-off-by: Sean Christopherson <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions