From 4ade523a9db32b2a0e3cdeec3413c52e463542c8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 18 Sep 2013 21:41:48 -0400 Subject: Remove ioport.h; disperse its contents to other header files. Move the inb(), insb(), etc. code from ioport.h to x86.h. Move the PORT_* definitions to their appropriate hardware files. Signed-off-by: Kevin O'Connor --- src/fw/paravirt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fw/paravirt.c') diff --git a/src/fw/paravirt.c b/src/fw/paravirt.c index 5e369f2b..c1184804 100644 --- a/src/fw/paravirt.c +++ b/src/fw/paravirt.c @@ -13,7 +13,6 @@ #include "hw/pci.h" // create_pirtable #include "hw/pci_regs.h" // PCI_DEVICE_ID #include "hw/rtc.h" // CMOS_* -#include "ioport.h" // outw #include "malloc.h" // malloc_tmp #include "memmap.h" // add_e820 #include "output.h" // dprintf -- cgit