From: Mark Brown Date: Wed, 2 Feb 2022 19:13:22 +0000 (+0000) Subject: ASoC: samsung: Explicitly include gpiolib header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ed482dc8c76db7613c08f39b09c6b98718c92940;p=linux.git ASoC: samsung: Explicitly include gpiolib header midas_wm811 uses gpiolib but relies on the header being implicitly included which can lead to build failures in some configurations, explicitly pull the header in to avoid problems. Signed-off-by: Mark Brown Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220202191322.3650708-1-broonie@kernel.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/midas_wm1811.c b/sound/soc/samsung/midas_wm1811.c index a2019535a0b10..5e9dc18687cc3 100644 --- a/sound/soc/samsung/midas_wm1811.c +++ b/sound/soc/samsung/midas_wm1811.c @@ -6,6 +6,7 @@ // Copyright (C) 2020 Samsung Electronics Co., Ltd. #include +#include #include #include #include