X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fpci.c;h=7cd114745e219c3abaf3637628171fe1a5fb8e21;hb=f7bc654c609c9780d52f6fa980de987ddd337416;hp=ef4f4854e65db4cfc0a91bb4831f0487b98fcfe4;hpb=13fb068168e2826db39a481cf85033bb0156d2f9;p=palacios.git diff --git a/palacios/src/devices/pci.c b/palacios/src/devices/pci.c index ef4f485..7cd1147 100644 --- a/palacios/src/devices/pci.c +++ b/palacios/src/devices/pci.c @@ -881,6 +881,3 @@ struct pci_device * v3_pci_register_device(struct vm_device * pci, return pci_dev; } - - -