diff options
author | Vladimir Oltean <[email protected]> | 2021-10-26 17:27:36 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-27 14:54:02 +0100 |
commit | 4682048af0c819872fa1d43578338cfa528f7504 (patch) | |
tree | b3a90a60752dfd4b2c1c4ad86f6f48bb41979bd1 /tools/perf/scripts/python/flamegraph.py | |
parent | e334df1d33b6d68f4441494e2d0e2640dd1bfdde (diff) |
net: bridge: remove fdb_notify forward declaration
fdb_notify() has a forward declaration because its first caller,
fdb_delete(), is declared before 3 functions that fdb_notify() needs:
fdb_to_nud(), fdb_fill_info() and fdb_nlmsg_size().
This patch moves the aforementioned 4 functions above fdb_delete() and
deletes the forward declaration.
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/flamegraph.py')
0 files changed, 0 insertions, 0 deletions