summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/imx8m
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-12-22 12:11:11 -0500
committerSean Anderson <seanga2@gmail.com>2022-02-24 23:58:13 -0500
commit14cacb019c2d2a97e8407fad08b164bc67def395 (patch)
treebe2d2cb1a2314d7abf4459827d4aa9d8089d4653 /drivers/ddr/imx/imx8m
parent011bbfbb304fc6554163df34fbe0d50b88ace968 (diff)
clk: Inline clk_get_*_optional
The optional varients of clk_get_* functions are just simple wrappers. Reduce code size a bit by inlining them. On platforms where it is not used (most of them), it will not be compiled in any more. On platforms where they are used, the inlined branch should not cause any significant growth. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20211222171114.3091780-3-seanga2@gmail.com
Diffstat (limited to 'drivers/ddr/imx/imx8m')
0 files changed, 0 insertions, 0 deletions