diff mbox series

ASoC: ops: Remove unneeded delay.h inclusion

Message ID 20220602101833.3481641-1-broonie@kernel.org
State Accepted
Commit fef94875a72bc63ba60d2e12421d7f49d31523f0
Headers show
Series ASoC: ops: Remove unneeded delay.h inclusion | expand

Commit Message

Mark Brown June 2, 2022, 10:18 a.m. UTC
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(-)

Comments

Mark Brown June 7, 2022, 10:45 a.m. UTC | #1
On Thu, 2 Jun 2022 12:18:33 +0200, Mark Brown wrote:
> The ops code does not do any sleeps or delays so does not need delay.h.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: ops: Remove unneeded delay.h inclusion
      commit: fef94875a72bc63ba60d2e12421d7f49d31523f0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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>