[PATCH] ASoC: meson: aiu: make aiu_formatter_i2s_drv static
Jerome Brunet <[email protected]>
| Newsgroups | org.infradead.lists.linux-amlogic,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
aiu_formatter_i2s_drv is indeed used only in the aiu and it is not meant to be exported. It should be static. Cc: Valerio Setti <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 83b83024cdbf ("ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data") Signed-off-by: Jerome Brunet <[email protected]> --- sound/soc/meson/aiu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/meson/aiu.c b/sound/soc/meson/aiu.c index 2668646e3597..535fbf7c1639 100644 --- a/sound/soc/meson/aiu.c +++ b/sound/soc/meson/aiu.c @@ -182,7 +182,7 @@ static const struct regmap_config aiu_regmap_cfg = { .max_register = 0x2ac, }; -const struct gx_formatter_driver aiu_formatter_i2s_drv = { +static const struct gx_formatter_driver aiu_formatter_i2s_drv = { .regmap_cfg = &aiu_regmap_cfg, .ops = &aiu_formatter_i2s_ops, }; --- base-commit: 83bf17424a97ab277ead2d98e3500bc632df0c40 change-id: 20260812-aiu-formatter-static-23aaa4c3bdbb Best regards, -- Jerome _______________________________________________ linux-amlogic mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-amlogic