diff options
author | 2021-10-26 17:27:36 +0300 | |
---|---|---|
committer | 2021-10-27 14:54:02 +0100 | |
commit | 4682048af0c819872fa1d43578338cfa528f7504 (patch) | |
tree | b3a90a60752dfd4b2c1c4ad86f6f48bb41979bd1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'mvneta-phylink' (diff) | |
download | wireguard-linux-4682048af0c819872fa1d43578338cfa528f7504.tar.xz wireguard-linux-4682048af0c819872fa1d43578338cfa528f7504.zip |
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 <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