recognize stacked interfaces (e.g. dsa) and handle their dependencies
[project/netifd.git] / system-dummy.c
index d518d6f..7d651a5 100644 (file)
@@ -79,6 +79,12 @@ int system_if_check(struct device *dev)
        return 0;
 }
 
+struct device *
+system_if_get_parent(struct device *dev)
+{
+       return NULL;
+}
+
 int system_if_dump_stats(struct device *dev, struct blob_buf *b)
 {
        return 0;