bus/pci: rename probe/remove operation types
authorThomas Monjalon <thomas@monjalon.net>
Mon, 5 Apr 2021 09:15:05 +0000 (11:15 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Apr 2021 12:52:55 +0000 (14:52 +0200)
commit7638726df6d9c4ec3d75a8be8f3278f0e5e9ebba
treef966f03bd8ec75c5cf6a8544dad23e21e5eb96ee
parent4d509afa7bb214bc08f4b41df005fca3ec2613e7
bus/pci: rename probe/remove operation types

The names of the prototypes pci_probe_t and pci_remove_t
are missing a prefix rte_.
These function types are simply renamed.

No compatibility break is expected for the applications
because it is considered as an internal name in the driver interface.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/bus/pci/rte_bus_pci.h