bus/pci: remove useless forward declaration
authorRami Rosen <rami.rosen@intel.com>
Tue, 7 Aug 2018 19:09:14 +0000 (22:09 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 Aug 2018 15:43:53 +0000 (17:43 +0200)
commit40ee5c60f036703ff25545298afac46e5c3848b2
tree30b6350e411114efbffa4c73258ec600aa486a0c
parent3639c91df43d7cfa29cf4d419a2c56c45f6fcf26
bus/pci: remove useless forward declaration

This patch removes the forward declaration of rte_pci_remove_device()
method. In the past, this forward decalaration was needed for
rte_pci_detach(), which is now removed from pci_common.c.

Fixes: e690338a7b85 ("bus/pci: remove unused function to detach by address")

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
drivers/bus/pci/pci_common.c