From: Ian Jackson Date: Fri, 20 Mar 2009 17:02:10 +0000 (+0000) Subject: Fix the build for CONFIG_PASSTHROUGH='' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4245acf161285381974202ee405692aba98b3f2c;p=xenclient%2Fioemu.git Fix the build for CONFIG_PASSTHROUGH='' There was a misplaced #endif (mistake made during the merge). Signed-off-by: Ian Jackson --- diff --git a/xen-vl-extra.c b/xen-vl-extra.c index d47b0abf..6f7b95fe 100644 --- a/xen-vl-extra.c +++ b/xen-vl-extra.c @@ -132,6 +132,7 @@ void do_pci_add(char *devname) acpi_php_add(pci_slot); } +#endif static int pci_emulation_add(char *config_text) { @@ -144,5 +145,3 @@ static int pci_emulation_add(char *config_text) PciEmulationInfoHead = new; return 0; } - -#endif