]> git.baikalelectronics.ru Git - kernel.git/commit
net: move net_unlink_todo() out of the header
authorJohannes Berg <johannes.berg@intel.com>
Fri, 25 Mar 2022 21:50:23 +0000 (22:50 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Mar 2022 21:40:08 +0000 (14:40 -0700)
commit8775c0fbe0ff6879fac9e26abcaaa96c436a01a2
treecf7e947462d80e113e150c899330d8f1b091b7f5
parent30cce1f0361cb94e5c85c287894d869876275451
net: move net_unlink_todo() out of the header

There's no reason for this to be in netdevice.h, it's all
just used in dev.c. Also make it no longer inline and let
the compiler decide to do that by itself.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20220325225023.f49b9056fe1c.I6b901a2df00000837a9bd251a8dd259bd23f5ded@changeid
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/netdevice.h
net/core/dev.c