net: devlink: move unlocked function prototypes alongside the locked ones
authorJiri Pirko <jiri@nvidia.com>
Tue, 12 Jul 2022 10:24:24 +0000 (12:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2022 12:49:44 +0000 (13:49 +0100)
commit277cbb6bc4bd398133eb5327c5256482a2289fe1
treeaf3f69cfb9d38253943c371c588b35d58d66ac78
parent7715023aa51f2a2d14d1ae785f2cb3cd72819d6f
net: devlink: move unlocked function prototypes alongside the locked ones

Maintain the same order as it is in devlink.c for function prototypes.
The most of the locked variants would very likely soon be removed
and the unlocked version would be the only one.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/devlink.h