Home
last modified time | relevance | path

Searched hist:"355 a4e7e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c355a4e7e Mon Jun 21 17:50:52 CDT 2021 Sergey Ryazanov <ryazanov.s.a@gmail.com> wwan: core: relocate ops registering code

It is unlikely that RTNL callbacks will call WWAN ops (un-)register
functions, but it is highly likely that the ops (un-)register functions
will use RTNL link create/destroy handlers. So move the WWAN network
interface ops (un-)register functions below the RTNL callbacks to be
able to call them without forward declarations.

No functional changes, just code relocation.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>