| commit | 1df27bbd7f76c5c6ea0dfbbe9eaf1add8e374257 | [log] [tgz] |
|---|---|---|
| author | David 'Digit' Turner <digit@android.com> | Tue Dec 17 11:13:51 2013 +0100 |
| committer | David 'Digit' Turner <digit@android.com> | Wed Jan 08 07:32:54 2014 +0100 |
| tree | bbcc5340759c05a324834c4fe16dc0ffc106ad1a | |
| parent | 7436ac6bbe3e21d5e18919112df4d1f27cbc9915 [diff] [blame] |
hw/pci*.h -> include/hw/pci/ Change-Id: I6d5dd4ce57af5df72faf046e4c6335022c12ca7e
diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 7230914..78bb72f 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c
@@ -24,7 +24,7 @@ #include "hw/hw.h" #include "hw/i386/pc.h" -#include "pci.h" +#include "hw/pci/pci.h" typedef uint32_t pci_addr_t; #include "pci_host.h"