diff options
author | 2021-10-26 17:27:37 +0300 | |
---|---|---|
committer | 2021-10-27 14:54:02 +0100 | |
commit | 5f94a5e276ae8e592bdeea80becc262f7b193033 (patch) | |
tree | 7a7b037dcc0acca107dd5dac1967af19a28e6d30 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: bridge: remove fdb_notify forward declaration (diff) | |
download | wireguard-linux-5f94a5e276ae8e592bdeea80becc262f7b193033.tar.xz wireguard-linux-5f94a5e276ae8e592bdeea80becc262f7b193033.zip |
net: bridge: remove fdb_insert forward declaration
fdb_insert() has a forward declaration because its first caller,
br_fdb_changeaddr(), is declared before fdb_create(), a function which
fdb_insert() needs.
This patch moves the 2 functions above br_fdb_changeaddr() and deletes
the forward declaration for fdb_insert().
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions