projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf1ebcd
)
ASoC: ops: Remove unneeded delay.h inclusion
author
Mark Brown
<broonie@kernel.org>
Thu, 2 Jun 2022 10:18:33 +0000
(12:18 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/soc-ops.c
b/sound/soc/soc-ops.c
index 8c0e669fe92dd25b39985e6760377d8d6ad61021..2d5910b6ca54d8e4d081f1075e66a76b33cb1632 100644
(file)
--- 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>