soc: fsl: cpm1: qmc: Remove inline function specifiers
authorHerve Codina <herve.codina@bootlin.com>
Tue, 5 Dec 2023 15:21:02 +0000 (16:21 +0100)
committerHerve Codina <herve.codina@bootlin.com>
Tue, 12 Dec 2023 09:29:20 +0000 (10:29 +0100)
commit48490dc36742b616f846368f300ebedfe9323da1
tree4ee5f381cfd05e4acc2770e7e56da55b3d0a46a7
parent0e034aec5be2e8b1199b87b04d32e4a8b805a9db
soc: fsl: cpm1: qmc: Remove inline function specifiers

The inline function specifier is present on some functions but it is
better to let the compiler decide inlining or not these functions.

Remove inline specifiers.

Fixes: 3178d58e0b97 ("soc: fsl: cpm1: Add support for QMC")
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20231205152116.122512-6-herve.codina@bootlin.com
drivers/soc/fsl/qe/qmc.c