From c05ed00afb95fa5237f16962fccf5810437317bf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:11 -0600 Subject: common: Drop linux/delay.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- drivers/sound/hda_codec.c | 1 + drivers/sound/max98090.c | 1 + drivers/sound/sound-uclass.c | 1 + 3 files changed, 3 insertions(+) (limited to 'drivers/sound') diff --git a/drivers/sound/hda_codec.c b/drivers/sound/hda_codec.c index 92e19452f1..b59c63edb3 100644 --- a/drivers/sound/hda_codec.c +++ b/drivers/sound/hda_codec.c @@ -15,6 +15,7 @@ #include #include #include +#include /** * struct hda_regs - HDA registers diff --git a/drivers/sound/max98090.c b/drivers/sound/max98090.c index 29afbbc5c4..d23955d6e1 100644 --- a/drivers/sound/max98090.c +++ b/drivers/sound/max98090.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "maxim_codec.h" #include "max98090.h" diff --git a/drivers/sound/sound-uclass.c b/drivers/sound/sound-uclass.c index 9aeeb80968..92f4b0b924 100644 --- a/drivers/sound/sound-uclass.c +++ b/drivers/sound/sound-uclass.c @@ -10,6 +10,7 @@ #include #include #include +#include #define SOUND_BITS_IN_BYTE 8 -- cgit v1.2.3