]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
pci: reorder static functions
authorLaine Stump <laine@laine.org>
Mon, 1 Jul 2013 03:51:00 +0000 (23:51 -0400)
committerLaine Stump <laine@laine.org>
Mon, 15 Jul 2013 14:43:03 +0000 (10:43 -0400)
commit333a2a724af1665a5d40a08c2fabeb9e644f621a
treebdd83fd4428f21dffae1ba7c10f807096536ed03
parent797b1ffce1e8eccb56b45c1408ceb556bb0573ac
pci: reorder static functions

virPCIDeviceGetDriverPathAndName is a static function that will need
to be called by another function that occurs above it in the
file. This patch reorders the static functions so that a forward
declaration isn't needed.
src/util/virpci.c