igb_uio: fix build with kernel older than 2.6.34
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 23 Jul 2014 08:06:32 +0000 (10:06 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 23 Jul 2014 08:12:59 +0000 (10:12 +0200)
There was a missing brace in commit 819fc2fe2ad99
(dont wrap pci_num_vf function needlessly).

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/linuxapp/igb_uio/igb_uio.c

index f220a12..42c4fc9 100644 (file)
@@ -72,6 +72,7 @@ igbuio_get_uio_pci_dev(struct uio_info *info)
 /* sriov sysfs */
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 34)
 static int pci_num_vf(struct pci_dev *dev)
+{
        struct iov {
                int pos;
                int nres;