[RAMEN9610-10373] gpu: make gpu_dvfs_governor_interactive function static
authorSeYeong Byeon <sy.byeon@samsung.com>
Thu, 3 Jan 2019 04:10:20 +0000 (13:10 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:11 +0000 (20:23 +0300)
static keyword was removed for testing,
but was never added back.
Added back to keep in sync with latest DDK code.

Change-Id: Ia29faf6fc63f9c4c245cbfd3d972a0c3abfe5d1b
Signed-off-by: SeYeong Byeon <sy.byeon@samsung.com>
drivers/gpu/arm/b_r16p0/platform/exynos/gpu_dvfs_governor.c

index ab1d34992c714479853ffd99e130e8440208847d..e41f7a272ca03e53b5d70285cf5ddba7d5e82a40 100644 (file)
@@ -112,7 +112,7 @@ static int gpu_dvfs_governor_default(struct exynos_context *platform, int utiliz
        return 0;
 }
 
-int gpu_dvfs_governor_interactive(struct exynos_context *platform, int utilization)
+static int gpu_dvfs_governor_interactive(struct exynos_context *platform, int utilization)
 {
        DVFS_ASSERT(platform);