Merge branch 'fix-w-1-compilation-warnings-in-net-folder'
authorJakub Kicinski <kuba@kernel.org>
Fri, 5 Feb 2021 02:38:01 +0000 (18:38 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 5 Feb 2021 02:38:02 +0000 (18:38 -0800)
Leon Romanovsky says:

====================
Fix W=1 compilation warnings in net/* folder

Changelog:
v2:
 * Patch 3: Added missing include file.
v1: https://lore.kernel.org/lkml/20210203101612.4004322-1-leon@kernel.org
 * Removed Fixes lines.
 * Changed target from net to be net-next.
 * Patch 1: Moved function declaration to be outside config instead
   games with if/endif.
 * Patch 3: Moved declarations to new header file.
v0: https://lore.kernel.org/lkml/20210202135544.3262383-1-leon@kernel.org
====================

Link: https://lore.kernel.org/r/20210203135112.4083711-1-leon@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge