]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: mediatek: mtk-dvfsrc: remove an unused variable
authorArnd Bergmann <arnd@arndb.de>
Wed, 23 Apr 2025 16:29:52 +0000 (18:29 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 24 Apr 2025 07:15:01 +0000 (09:15 +0200)
commit69d63d19eda7792052f5f694f154898fc00d60ae
tree677aac803e5c3d0d6da5bb7e9100badbf311a284
parente5ea18102c9d3bc2fcb186a6e9f43c5a4aba4f98
soc: mediatek: mtk-dvfsrc: remove an unused variable

This structure was left unused by a previous patch:

drivers/soc/mediatek/mtk-dvfsrc.c:542:43: error: unused variable 'dvfsrc_bw_constr_mt8195' [-Werror,-Wunused-const-variable]

Fixes: b06785283ec1 ("soc: mediatek: mtk-dvfsrc: Rename and move bw constraints data")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250423162958.2223689-1-arnd@kernel.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
drivers/soc/mediatek/mtk-dvfsrc.c