ethdev: remove duplicate interrupt handle copy
authorZhiyong Yang <zhiyong.yang@intel.com>
Fri, 28 Jul 2017 08:10:14 +0000 (16:10 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 31 Jul 2017 15:04:11 +0000 (17:04 +0200)
commitffae3ab3b7f6d0e8549def8aecc2e582e4bf4bb5
tree82b729d1d720b58c143f48a27db7a2357765ef6c
parentb05b444d223554163b5358f86d5bdd012cee4b50
ethdev: remove duplicate interrupt handle copy

The code eth_dev->intr_handle = &dev->intr_handle; has duplicate code
in the function rte_eth_copy_pci_info(), remove it here.

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_ether/rte_ethdev_pci.h