Revision f2b07c92

b/hw/pci-hotplug.c
265 265
}
266 266
#endif
267 267

  
268
int pci_device_hot_remove(Monitor *mon, const char *pci_addr)
268
static int pci_device_hot_remove(Monitor *mon, const char *pci_addr)
269 269
{
270 270
    PCIDevice *d;
271 271
    int dom, bus;
b/sysemu.h
149 149
/* pci-hotplug */
150 150
void pci_device_hot_add(Monitor *mon, const QDict *qdict);
151 151
void drive_hot_add(Monitor *mon, const QDict *qdict);
152
int pci_device_hot_remove(Monitor *mon, const char *pci_addr);
153 152
void do_pci_device_hot_remove(Monitor *mon, const QDict *qdict);
154 153

  
155 154
/* serial ports */

Also available in: Unified diff