summaryrefslogtreecommitdiff
path: root/sound/soc/soc-ops.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-06-02 13:18:33 +0300
committerMark Brown <broonie@kernel.org>2022-06-06 14:38:46 +0300
commitfef94875a72bc63ba60d2e12421d7f49d31523f0 (patch)
treedb3297b84e3250b3549dc4a9ebff328e88de4ee6 /sound/soc/soc-ops.c
parentbf1ebcddcb19a1b6d6d8b75b75626197a5a76d4f (diff)
downloadlinux-fef94875a72bc63ba60d2e12421d7f49d31523f0.tar.xz
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 <broonie@kernel.org> Link: https://lore.kernel.org/r/20220602101833.3481641-1-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-ops.c')
-rw-r--r--sound/soc/soc-ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c
index 8c0e669fe92d..2d5910b6ca54 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>