remove a bogus return statement
[project/netifd.git] / system-dummy.c
index 9a646dc..31bfac8 100644 (file)
@@ -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;