diff options
author | Vincent Mailhol <mailhol@kernel.org> | 2025-09-23 15:37:09 +0900 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2025-09-23 10:04:58 +0200 |
commit | 7c7da8aa3fd69b77e8efaa14b80bddd948547739 (patch) | |
tree | a0babc72da6f587b05c4078c0b19405f72629588 /rust/helpers/platform.c | |
parent | c67732d067860850b767c81736b49f88a946bffb (diff) |
can: dev: turn can_set_static_ctrlmode() into a non-inline function
can_set_static_ctrlmode() is declared as a static inline. But it is
only called in the probe function of the devices and so does not
really benefit from any kind of optimization.
Transform it into a "normal" function by moving it to
drivers/net/can/dev/dev.c
Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Link: https://patch.msgid.link/20250923-can-fix-mtu-v3-2-581bde113f52@kernel.org
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rust/helpers/platform.c')
0 files changed, 0 insertions, 0 deletions