build: remove redundant config include
[dpdk.git] / buildtools / pmdinfogen / pmdinfogen.h
index e9eabff..160867b 100644 (file)
@@ -24,7 +24,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <elf.h>
-#include <rte_config.h>
 #include <rte_pci.h>
 
 /* On BSD-alike OSes elf.h defines these according to host's word size */
@@ -89,6 +88,7 @@ else \
 
 enum opt_params {
        PMD_PARAM_STRING = 0,
+       PMD_KMOD_DEP,
        PMD_OPT_MAX
 };
 
@@ -121,4 +121,3 @@ struct elf_info {
 
        struct pmd_driver *drivers;
 };
-