2 Jun
2022
2 Jun
'22
12:18 p.m.
The ops code does not do any sleeps or delays so does not need delay.h.
Signed-off-by: Mark Brown broonie@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