net: bridge: remove unnecessary switchdev include
[firefly-linux-kernel-4.4.55.git] / net / bridge / br_sysfs_if.c
index 4905845a94e92f125accc4d1a4cf16689fcd3990..efe415ad842a4fad159fb24590d11f6308a88f83 100644 (file)
@@ -160,7 +160,7 @@ static BRPORT_ATTR(hold_timer, S_IRUGO, show_hold_timer, NULL);
 
 static int store_flush(struct net_bridge_port *p, unsigned long v)
 {
-       br_fdb_delete_by_port(p->br, p, 0); // Don't delete local entry
+       br_fdb_delete_by_port(p->br, p, 0, 0); // Don't delete local entry
        return 0;
 }
 static BRPORT_ATTR(flush, S_IWUSR, NULL, store_flush);