ASoC: ops: Remove unneeded delay.h inclusion
authorMark Brown <broonie@kernel.org>
Thu, 2 Jun 2022 10:18:33 +0000 (12:18 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:38:46 +0000 (12:38 +0100)
The ops code does not do any sleeps or delays so does not need delay.h.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220602101833.3481641-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-ops.c

index 8c0e669..2d5910b 100644 (file)
@@ -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>