diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:54:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 5a7545ca4acc1213d96af7ce32a707df89940f11 (patch) | |
tree | 25877b455b2fd12e631e03a422bc791c8e0bc7e1 /src/fw/paravirt.c | |
parent | 3d0dfe1faedf1c026954cbf3b69bd8049cb75cab (diff) | |
download | seabios-5a7545ca4acc1213d96af7ce32a707df89940f11.tar.gz |
Move fw/acpi.h to std/acpi.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/paravirt.c')
-rw-r--r-- | src/fw/paravirt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fw/paravirt.c b/src/fw/paravirt.c index 573511c2..2524b7bf 100644 --- a/src/fw/paravirt.c +++ b/src/fw/paravirt.c @@ -8,7 +8,6 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "acpi.h" // acpi_setup #include "byteorder.h" // be32_to_cpu #include "config.h" // CONFIG_QEMU #include "hw/cmos.h" // CMOS_* |