eal: move OS common config objects
[dpdk.git] / lib / librte_eal / common / eal_internal_cfg.h
index c650bc0..2aaa167 100644 (file)
@@ -84,7 +84,6 @@ struct internal_config {
        /**< indicates whether EAL has completed initialization */
        unsigned int no_telemetry; /**< true to disable Telemetry */
 };
-extern struct internal_config internal_config; /**< Global EAL configuration. */
 
 void eal_reset_internal_config(struct internal_config *internal_cfg);