Revision 4f5e19e6 hw/gt64xxx.c

b/hw/gt64xxx.c
25 25
#include "hw.h"
26 26
#include "mips.h"
27 27
#include "pci.h"
28
#include "pc.h"
29

  
30
typedef target_phys_addr_t pci_addr_t;
31 28
#include "pci_host.h"
29
#include "pc.h"
32 30

  
33 31
//#define DEBUG
34 32

  
......
1119 1117
    GT64120State *s;
1120 1118
    PCIDevice *d;
1121 1119

  
1122
    (void)&pci_host_data_writeb; /* avoid warning */
1123
    (void)&pci_host_data_writew; /* avoid warning */
1124
    (void)&pci_host_data_writel; /* avoid warning */
1125
    (void)&pci_host_data_readb; /* avoid warning */
1126
    (void)&pci_host_data_readw; /* avoid warning */
1127
    (void)&pci_host_data_readl; /* avoid warning */
1128

  
1129 1120
    s = qemu_mallocz(sizeof(GT64120State));
1130 1121
    s->pci = qemu_mallocz(sizeof(GT64120PCIState));
1131 1122

  

Also available in: Unified diff