summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-02-19 18:44:06 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-02-19 18:44:06 +0100
commit9220bf6c14dc5477c6638f5016f8dd88c646990f (patch)
tree4e7f31dc9f2e8f95325e37f6e895631b5207da0d
parent50912be386017c8d2ca7f0c9c0a32fa7ac84a283 (diff)
Revert "ASoC: ops: Remove unneeded delay.h inclusion"
This reverts commit 339ba37942c9de7aeb7647b6a225c49cc3d7e0dc.
-rw-r--r--sound/soc/soc-ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c
index a25656c4d978..7e1cbc23bba5 100644
--- a/sound/soc/soc-ops.c
+++ b/sound/soc/soc-ops.c
@@ -14,6 +14,7 @@
#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>