diff options
author | Vladimir Oltean <[email protected]> | 2021-10-26 17:27:37 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-27 14:54:02 +0100 |
commit | 5f94a5e276ae8e592bdeea80becc262f7b193033 (patch) | |
tree | 7a7b037dcc0acca107dd5dac1967af19a28e6d30 /tools/perf/scripts/python/libxed.py | |
parent | 4682048af0c819872fa1d43578338cfa528f7504 (diff) |
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 <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Acked-by: Nikolay Aleksandrov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions