]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_dev.c
eal: remove unused device init function
[dpdk.git] / lib / librte_eal / common / eal_common_dev.c
index 1ce90f660af0f67fa80c0d1e53e493c1c191401a..4bde430f903e76ab7aa7ddbe4ade0fe4b616c155 100644 (file)
@@ -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;