From ce595e7f0ca2365bce94ddddab48bb46c7fa322c Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 31 Oct 2023 09:21:20 +0800 Subject: [PATCH] ASoC: rockchip: utils: include rockchip_utils.h for missing prototype sound/soc/rockchip/rockchip_utils.c:115:6: warning: no previous prototype for 'rockchip_utils_get_performance' [-Wmissing-prototypes] sound/soc/rockchip/rockchip_utils.c:135:6: warning: no previous prototype for 'rockchip_utils_put_performance' [-Wmissing-prototypes] Fixes: ff0c025724c9 ("ASoC: rockchip: Introduce rockchip utils common API") Signed-off-by: Tao Huang Change-Id: Ida15cf7c465fbabea0f0db9bfd21f4577e9e8dbd --- sound/soc/rockchip/rockchip_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/rockchip/rockchip_utils.c b/sound/soc/rockchip/rockchip_utils.c index c8cbd71537d1..b26c33849f8b 100644 --- a/sound/soc/rockchip/rockchip_utils.c +++ b/sound/soc/rockchip/rockchip_utils.c @@ -12,6 +12,7 @@ #include #include #include +#include "rockchip_utils.h" #define DMC_STALL_TIME_US_DEFAULT 100 #define TIME_MARGIN_US 20