From: Mark Brown Date: Thu, 2 Jun 2022 10:18:33 +0000 (+0200) Subject: ASoC: ops: Remove unneeded delay.h inclusion X-Git-Tag: v6.0-rc1~93^2~8^2~37^2~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fef94875a72bc63ba60d2e12421d7f49d31523f0;p=thirdparty%2Flinux.git ASoC: ops: Remove unneeded delay.h inclusion The ops code does not do any sleeps or delays so does not need delay.h. Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20220602101833.3481641-1-broonie@kernel.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c index 8c0e669fe92dd..2d5910b6ca54d 100644 --- a/sound/soc/soc-ops.c +++ b/sound/soc/soc-ops.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include