X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_dev.c;h=4bde430f903e76ab7aa7ddbe4ade0fe4b616c155;hb=9721b4d543a32bf5af598eaf34fa16ff8f6ae72e;hp=1ce90f660af0f67fa80c0d1e53e493c1c191401a;hpb=810e5fa3688ba9de14ce6caeb7bdf7a987fb1ac5;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_dev.c b/lib/librte_eal/common/eal_common_dev.c index 1ce90f660a..4bde430f90 100644 --- a/lib/librte_eal/common/eal_common_dev.c +++ b/lib/librte_eal/common/eal_common_dev.c @@ -76,12 +76,6 @@ void rte_eal_device_remove(struct rte_device *dev) TAILQ_REMOVE(&dev_device_list, dev, next); } -int -rte_eal_dev_init(void) -{ - return 0; -} - int rte_eal_dev_attach(const char *name, const char *devargs) { struct rte_pci_addr addr;