eal: remove duplicate function declaration
authorDavid Marchand <david.marchand@6wind.com>
Tue, 20 Sep 2016 12:41:13 +0000 (18:11 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Oct 2016 14:32:43 +0000 (16:32 +0200)
commit3071e0aaa89b57a66960d163f794213349d0a72e
tree2484ed3bd854d89fd523c91d72f133e314027063
parent4757d06634070e0a60c5984919078adc36b1c514
eal: remove duplicate function declaration

rte_eal_dev_init is declared in both eal_private.h and rte_dev.h since its
introduction.
This function has been exported in ABI, so remove it from eal_private.h

Fixes: e57f20e05177 ("eal: make vdev init path generic for both virtual and pci devices")

Signed-off-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Reviewed-by: Jan Viktorin <viktorin@rehivetech.com>
lib/librte_eal/common/eal_private.h
lib/librte_eal/linuxapp/eal/eal.c