[PATCH] ASoC: ops: Remove unneeded delay.h inclusion

Mark Brown broonie at kernel.org
Thu Jun 2 12:18:33 CEST 2022


The ops code does not do any sleeps or delays so does not need delay.h.

Signed-off-by: Mark Brown <broonie at kernel.org>
---
 sound/soc/soc-ops.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c
index 0d373435ceb8..2d39370ddeca 100644
--- a/sound/soc/soc-ops.c
+++ b/sound/soc/soc-ops.c
@@ -14,7 +14,6 @@
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/init.h>
-#include <linux/delay.h>
 #include <linux/pm.h>
 #include <linux/bitops.h>
 #include <linux/ctype.h>
-- 
2.30.2



More information about the Alsa-devel mailing list