Remove inline from definition of bd_validate()
[vpp.git] / vnet / vnet / l2 / l2_bd.c
index 24f96d5..31f02c6 100644 (file)
@@ -36,7 +36,7 @@ bd_main_t bd_main;
 
 // Init bridge domain if not done already
 // For feature bitmap, set all bits except ARP termination
-inline void
+void
 bd_validate (l2_bridge_domain_t * bd_config) 
 {
   if (!bd_is_valid (bd_config)) {