remove a bogus return statement
[project/netifd.git] / system-dummy.c
index d1557f9..31bfac8 100644 (file)
@@ -16,7 +16,7 @@ int system_init(void)
        return 0;
 }
 
-int system_bridge_addbr(struct device *bridge)
+int system_bridge_addbr(struct device *bridge, struct bridge_config *cfg)
 {
        D(SYSTEM, "brctl addbr %s\n", bridge->ifname);
        return 0;
@@ -64,6 +64,10 @@ int system_if_down(struct device *dev)
        return 0;
 }
 
+void system_if_clear_state(struct device *dev)
+{
+}
+
 int system_if_check(struct device *dev)
 {
        dev->ifindex = 0;