diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-10-26 17:27:36 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-27 14:54:02 +0100 |
commit | 4682048af0c819872fa1d43578338cfa528f7504 (patch) | |
tree | b3a90a60752dfd4b2c1c4ad86f6f48bb41979bd1 /scripts | |
parent | e334df1d33b6d68f4441494e2d0e2640dd1bfdde (diff) | |
download | linux-4682048af0c819872fa1d43578338cfa528f7504.tar.gz linux-4682048af0c819872fa1d43578338cfa528f7504.tar.bz2 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 'scripts')
0 files changed, 0 insertions, 0 deletions