From: Andy Shevchenko Date: Thu, 31 Oct 2024 10:27:25 +0000 (+0200) Subject: ASoc: mediatek: mt8365: Don't use "proxy" headers X-Git-Tag: v6.14-rc1~111^2~7^2~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=509544d1b6dbffe7bc1849593ff217f965ec0419;p=thirdparty%2Flinux.git ASoc: mediatek: mt8365: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20241031102725.2447711-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/mediatek/mt8365/mt8365-mt6357.c b/sound/soc/mediatek/mt8365/mt8365-mt6357.c index d398e83ea0528..9f28d6bf03237 100644 --- a/sound/soc/mediatek/mt8365/mt8365-mt6357.c +++ b/sound/soc/mediatek/mt8365/mt8365-mt6357.c @@ -6,12 +6,19 @@ * Authors: Nicolas Belin */ +#include +#include +#include +#include #include -#include +#include +#include +#include + #include #include + #include "mt8365-afe-common.h" -#include #include "../common/mtk-soc-card.h" #include "../common/mtk-soundcard-driver.h"