PM / devfreq: exynos: remove unused function parameter
authorJeongjun Park <aha310510@gmail.com>
Fri, 10 Jan 2025 17:35:20 +0000 (02:35 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Sat, 11 Jan 2025 12:03:07 +0000 (21:03 +0900)
commitf3253b23535fda2436b2d5a3172260a75ca64091
treef6331f85cfe9eda247262370c6715fa52a649db8
parented33fbb5d5536db77bd168e8fefde8dbc077cfd7
PM / devfreq: exynos: remove unused function parameter

exynos_bus_parse_of() still declares a parameter struct device_node that
is not used yet. This parameter is unnecessary and should be removed.

Signed-off-by: Jeongjun Park <aha310510@gmail.com>
drivers/devfreq/exynos-bus.c